Revert "qt5: 5.9.1 -> 5.9.3"

KDE frameworks 5.40 are not compatible with Qt 5.9.3: #32253

This reverts commit bd71d3aef7 (#32100).
This commit is contained in:
Orivej Desh
2017-12-02 17:22:17 +00:00
parent af9cf7ec77
commit a1b77bfe5f
5 changed files with 204 additions and 231 deletions
@@ -3,7 +3,7 @@
src, patches, version, qtCompatVersion,
coreutils, bison, flex, gdb, gperf, lndir, patchelf, perl, pkgconfig, python2,
ruby, which,
ruby,
# darwin support
darwin, libiconv, libcxx,
@@ -84,7 +84,7 @@ stdenv.mkDerivation {
++ lib.optional (postgresql != null) postgresql;
nativeBuildInputs =
[ bison flex gperf lndir perl pkgconfig python2 which ]
[ bison flex gperf lndir perl pkgconfig python2 ]
++ lib.optional (!stdenv.isDarwin) patchelf;
propagatedNativeBuildInputs = [ lndir ];