lol

Merge pull request #33747 from ttuegel/bugfix/qt-5/eval-size

qt5: reduce evaluation memory use

authored by

Thomas Tuegel and committed by
GitHub
7fedfeab fb069b77

+2 -2
+2 -2
pkgs/top-level/all-packages.nix
··· 10587 10587 inherit (gst_all_1) gstreamer gst-plugins-base; 10588 10588 }); 10589 10589 10590 - libsForQt56 = recurseIntoAttrs (lib.makeScope qt56.newScope mkLibsForQt5); 10590 + libsForQt56 = lib.makeScope qt56.newScope mkLibsForQt5; 10591 10591 10592 10592 qt59 = recurseIntoAttrs (makeOverridable 10593 10593 (import ../development/libraries/qt-5/5.9) { ··· 10602 10602 inherit (gnome3) gtk3 dconf; 10603 10603 }); 10604 10604 10605 - libsForQt59 = recurseIntoAttrs (lib.makeScope qt59.newScope mkLibsForQt5); 10605 + libsForQt59 = lib.makeScope qt59.newScope mkLibsForQt5; 10606 10606 10607 10607 qt5 = qt59; 10608 10608 libsForQt5 = libsForQt59;