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;
|
boost = boost155;
|
||||||
};
|
};
|
||||||
|
|
||||||
k3b = kdeApplications.k3b;
|
|
||||||
|
|
||||||
k9copy = libsForQt5.callPackage ../applications/video/k9copy {};
|
k9copy = libsForQt5.callPackage ../applications/video/k9copy {};
|
||||||
|
|
||||||
kadu = kde4.callPackage ../applications/networking/instant-messengers/kadu { };
|
kadu = kde4.callPackage ../applications/networking/instant-messengers/kadu { };
|
||||||
@ -14900,10 +14898,10 @@ with pkgs;
|
|||||||
recurseIntoAttrs (makeOverridable mkApplications attrs);
|
recurseIntoAttrs (makeOverridable mkApplications attrs);
|
||||||
|
|
||||||
inherit (kdeApplications)
|
inherit (kdeApplications)
|
||||||
akonadi ark dolphin ffmpegthumbs filelight gwenview kate kdenlive
|
akonadi akregator ark dolphin ffmpegthumbs filelight gwenview k3b
|
||||||
kcachegrind kcalc kcolorchooser kcontacts kdf kgpg khelpcenter kig kmail
|
kaddressbook kate kcachegrind kcalc kcolorchooser kcontacts kdenlive kdf
|
||||||
kmix kolourpaint kompare konsole krfb kwalletmanager marble okteta okular
|
kgpg khelpcenter kig kleopatra kmail kmix kolourpaint kompare konsole
|
||||||
spectacle;
|
kontact korganizer krfb kwalletmanager marble okteta okular spectacle;
|
||||||
|
|
||||||
kdeconnect = libsForQt5.callPackage ../applications/misc/kdeconnect { };
|
kdeconnect = libsForQt5.callPackage ../applications/misc/kdeconnect { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user