qt5: 5.9.2 -> 5.9.3
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
src, patches, version, qtCompatVersion,
|
||||
|
||||
coreutils, bison, flex, gdb, gperf, lndir, patchelf, perl, pkgconfig, python2,
|
||||
ruby,
|
||||
ruby, which,
|
||||
# darwin support
|
||||
darwin, libiconv, libcxx,
|
||||
|
||||
@@ -84,7 +84,7 @@ stdenv.mkDerivation {
|
||||
++ lib.optional (postgresql != null) postgresql;
|
||||
|
||||
nativeBuildInputs =
|
||||
[ bison flex gperf lndir perl pkgconfig python2 ]
|
||||
[ bison flex gperf lndir perl pkgconfig python2 which ]
|
||||
++ lib.optional (!stdenv.isDarwin) patchelf;
|
||||
|
||||
propagatedNativeBuildInputs = [ lndir ];
|
||||
|
||||
Reference in New Issue
Block a user