qt5-packages.nix: Add plasmaMobileGear
Though it is empty, the package set is valid. Next changes introduce derivations for packages we maintain.
This commit is contained in:
parent
3f7fa2eca8
commit
546b930bd8
1 changed files with 10 additions and 2 deletions
|
@ -43,9 +43,17 @@ let
|
|||
};
|
||||
in (lib.makeOverridable mkGear attrs);
|
||||
|
||||
in (kdeFrameworks // plasma5 // plasma5.thirdParty // kdeGear // qt5 // {
|
||||
plasmaMobileGear = let
|
||||
mkPlamoGear = import ../applications/plasma-mobile;
|
||||
attrs = {
|
||||
inherit libsForQt5;
|
||||
inherit (pkgs) lib fetchurl;
|
||||
};
|
||||
in (lib.makeOverridable mkPlamoGear attrs);
|
||||
|
||||
inherit kdeFrameworks plasma5 kdeGear qt5;
|
||||
in (kdeFrameworks // plasmaMobileGear // plasma5 // plasma5.thirdParty // kdeGear // qt5 // {
|
||||
|
||||
inherit kdeFrameworks plasmaMobileGear plasma5 kdeGear qt5;
|
||||
|
||||
# Alias for backwards compatibility. Added 2021-05-07.
|
||||
kdeApplications = kdeGear;
|
||||
|
|
Loading…
Reference in a new issue