mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 11:13:30 +00:00
all-packages: Put all libsForQt5 near each other
This commit is contained in:
parent
62318eb816
commit
2df527228f
@ -15136,8 +15136,6 @@ in
|
|||||||
inherit llvmPackages_5;
|
inherit llvmPackages_5;
|
||||||
});
|
});
|
||||||
|
|
||||||
libsForQt512 = recurseIntoAttrs (lib.makeScope qt512.newScope mkLibsForQt5);
|
|
||||||
|
|
||||||
qt514 = recurseIntoAttrs (makeOverridable
|
qt514 = recurseIntoAttrs (makeOverridable
|
||||||
(import ../development/libraries/qt-5/5.14) {
|
(import ../development/libraries/qt-5/5.14) {
|
||||||
inherit newScope;
|
inherit newScope;
|
||||||
@ -15168,6 +15166,8 @@ in
|
|||||||
inherit llvmPackages_5;
|
inherit llvmPackages_5;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
libsForQt512 = recurseIntoAttrs (lib.makeScope qt512.newScope mkLibsForQt5);
|
||||||
|
|
||||||
libsForQt514 = recurseIntoAttrs (lib.makeScope qt514.newScope mkLibsForQt5);
|
libsForQt514 = recurseIntoAttrs (lib.makeScope qt514.newScope mkLibsForQt5);
|
||||||
|
|
||||||
libsForQt515 = recurseIntoAttrs (lib.makeScope qt515.newScope mkLibsForQt5);
|
libsForQt515 = recurseIntoAttrs (lib.makeScope qt515.newScope mkLibsForQt5);
|
||||||
|
Loading…
Reference in New Issue
Block a user