qt5: 5.9.2 -> 5.9.3

This commit is contained in:
Bastian Köcher
2017-12-01 18:34:54 +01:00
parent 7f8bc042cc
commit bd71d3aef7
5 changed files with 232 additions and 205 deletions
@@ -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 ];