1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

qt511.qmake: fix after 756b46a4

5.11 was forgotten by accident, apparently.
This fixes build of qt511.qtsvg, for example (and many reverse deps).
This commit is contained in:
Vladimír Čunát 2019-10-13 13:28:45 +02:00
parent 5e9bf0f042
commit 26ec15c267
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -159,9 +159,7 @@ let
qmake = makeSetupHook { qmake = makeSetupHook {
deps = [ self.qtbase.dev ]; deps = [ self.qtbase.dev ];
substitutions = { substitutions = {
inherit (stdenv) isDarwin; fix_qmake_libtool = ../hooks/fix-qmake-libtool.sh;
qtbase_dev = self.qtbase.dev;
fix_qt_builtin_paths = ../hooks/fix-qt-builtin-paths.sh;
}; };
} ../hooks/qmake-hook.sh; } ../hooks/qmake-hook.sh;