all-packages: Put all libsForQt5 near each other

This commit is contained in:
Doron Behar
2020-10-30 20:30:34 +02:00
parent 62318eb816
commit 2df527228f
+2 -2
View File
@@ -15136,8 +15136,6 @@ in
inherit llvmPackages_5;
});
libsForQt512 = recurseIntoAttrs (lib.makeScope qt512.newScope mkLibsForQt5);
qt514 = recurseIntoAttrs (makeOverridable
(import ../development/libraries/qt-5/5.14) {
inherit newScope;
@@ -15168,6 +15166,8 @@ in
inherit llvmPackages_5;
});
libsForQt512 = recurseIntoAttrs (lib.makeScope qt512.newScope mkLibsForQt5);
libsForQt514 = recurseIntoAttrs (lib.makeScope qt514.newScope mkLibsForQt5);
libsForQt515 = recurseIntoAttrs (lib.makeScope qt515.newScope mkLibsForQt5);