mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
Add alias kdeApplications
This commit is contained in:
parent
119a69de04
commit
9820dd4d71
@ -47,6 +47,9 @@ in (kdeFrameworks // plasma5 // plasma5.thirdParty // kdeGear // qt5 // {
|
||||
|
||||
inherit kdeFrameworks plasma5 kdeGear qt5;
|
||||
|
||||
# Alias for backwards compatibility. Added 2021-05-07.
|
||||
kdeApplications = lib.warn "kdeApplications was renamed to kdeGear" kdeGear;
|
||||
|
||||
### LIBRARIES
|
||||
|
||||
accounts-qt = callPackage ../development/libraries/accounts-qt { };
|
||||
|
Loading…
Reference in New Issue
Block a user