mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #28608 from orivej/kdepkgs
kdeApplications: inherit new KDE applications into pkgs
This commit is contained in:
commit
6828767a6e
@ -14878,8 +14878,6 @@ with pkgs;
|
||||
boost = boost155;
|
||||
};
|
||||
|
||||
k3b = kdeApplications.k3b;
|
||||
|
||||
k9copy = libsForQt5.callPackage ../applications/video/k9copy {};
|
||||
|
||||
kadu = kde4.callPackage ../applications/networking/instant-messengers/kadu { };
|
||||
@ -14900,10 +14898,10 @@ with pkgs;
|
||||
recurseIntoAttrs (makeOverridable mkApplications attrs);
|
||||
|
||||
inherit (kdeApplications)
|
||||
akonadi ark dolphin ffmpegthumbs filelight gwenview kate kdenlive
|
||||
kcachegrind kcalc kcolorchooser kcontacts kdf kgpg khelpcenter kig kmail
|
||||
kmix kolourpaint kompare konsole krfb kwalletmanager marble okteta okular
|
||||
spectacle;
|
||||
akonadi akregator ark dolphin ffmpegthumbs filelight gwenview k3b
|
||||
kaddressbook kate kcachegrind kcalc kcolorchooser kcontacts kdenlive kdf
|
||||
kgpg khelpcenter kig kleopatra kmail kmix kolourpaint kompare konsole
|
||||
kontact korganizer krfb kwalletmanager marble okteta okular spectacle;
|
||||
|
||||
kdeconnect = libsForQt5.callPackage ../applications/misc/kdeconnect { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user