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 {
deps = [ self.qtbase.dev ];
substitutions = {
inherit (stdenv) isDarwin;
qtbase_dev = self.qtbase.dev;
fix_qt_builtin_paths = ../hooks/fix-qt-builtin-paths.sh;
fix_qmake_libtool = ../hooks/fix-qmake-libtool.sh;
};
} ../hooks/qmake-hook.sh;