mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 15:58:36 +00:00
kde5: add attributes for individual KDE collections
This commit is contained in:
parent
a5ac3dfffc
commit
965cfccfa5
|
@ -14776,7 +14776,9 @@ let
|
|||
frameworks = import ../development/libraries/kde-frameworks-5.17 { inherit pkgs; };
|
||||
plasma = import ../desktops/plasma-5.5 { inherit pkgs; };
|
||||
apps = import ../applications/kde-apps-15.12 { inherit pkgs; };
|
||||
merged = self: frameworks self // plasma self // apps self // kde5PackagesFun self;
|
||||
named = self: { plasma = plasma self; frameworks = frameworks self; apps = apps self; };
|
||||
merged = self:
|
||||
named self // frameworks self // plasma self // apps self // kde5PackagesFun self;
|
||||
in
|
||||
recurseIntoAttrs (lib.makeScope qt55.newScope merged);
|
||||
|
||||
|
@ -14785,7 +14787,9 @@ let
|
|||
frameworks = import ../development/libraries/kde-frameworks-5.17 { inherit pkgs; };
|
||||
plasma = import ../desktops/plasma-5.5 { inherit pkgs; };
|
||||
apps = import ../applications/kde-apps-15.12 { inherit pkgs; };
|
||||
merged = self: frameworks self // plasma self // apps self // kde5PackagesFun self;
|
||||
named = self: { plasma = plasma self; frameworks = frameworks self; apps = apps self; };
|
||||
merged = self:
|
||||
named self // frameworks self // plasma self // apps self // kde5PackagesFun self;
|
||||
in
|
||||
recurseIntoAttrs (lib.makeScope qt55.newScope merged);
|
||||
|
||||
|
|
Loading…
Reference in a new issue