qt5: reduce evaluation memory use

This commit is contained in:
Thomas Tuegel
2018-01-11 08:23:18 -06:00
parent fb069b77ee
commit a8e7ac2555

View File

@@ -10587,7 +10587,7 @@ with pkgs;
inherit (gst_all_1) gstreamer gst-plugins-base;
});
libsForQt56 = recurseIntoAttrs (lib.makeScope qt56.newScope mkLibsForQt5);
libsForQt56 = lib.makeScope qt56.newScope mkLibsForQt5;
qt59 = recurseIntoAttrs (makeOverridable
(import ../development/libraries/qt-5/5.9) {
@@ -10602,7 +10602,7 @@ with pkgs;
inherit (gnome3) gtk3 dconf;
});
libsForQt59 = recurseIntoAttrs (lib.makeScope qt59.newScope mkLibsForQt5);
libsForQt59 = lib.makeScope qt59.newScope mkLibsForQt5;
qt5 = qt59;
libsForQt5 = libsForQt59;