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; };
|
frameworks = import ../development/libraries/kde-frameworks-5.17 { inherit pkgs; };
|
||||||
plasma = import ../desktops/plasma-5.5 { inherit pkgs; };
|
plasma = import ../desktops/plasma-5.5 { inherit pkgs; };
|
||||||
apps = import ../applications/kde-apps-15.12 { 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
|
in
|
||||||
recurseIntoAttrs (lib.makeScope qt55.newScope merged);
|
recurseIntoAttrs (lib.makeScope qt55.newScope merged);
|
||||||
|
|
||||||
@ -14785,7 +14787,9 @@ let
|
|||||||
frameworks = import ../development/libraries/kde-frameworks-5.17 { inherit pkgs; };
|
frameworks = import ../development/libraries/kde-frameworks-5.17 { inherit pkgs; };
|
||||||
plasma = import ../desktops/plasma-5.5 { inherit pkgs; };
|
plasma = import ../desktops/plasma-5.5 { inherit pkgs; };
|
||||||
apps = import ../applications/kde-apps-15.12 { 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
|
in
|
||||||
recurseIntoAttrs (lib.makeScope qt55.newScope merged);
|
recurseIntoAttrs (lib.makeScope qt55.newScope merged);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user