kdeApplications: Move out of desktops/kde-5

- There is no such thing as KDE 5
This commit is contained in:
Thomas Tuegel
2017-02-27 11:49:30 -06:00
parent e50ba70411
commit 8be4bd7416
50 changed files with 101 additions and 101 deletions
@@ -0,0 +1,15 @@
{
kdeApp, lib,
ecm,
kio
}:
kdeApp {
name = "kdegraphics-mobipocket";
meta = {
license = [ lib.licenses.gpl2Plus ];
maintainers = [ lib.maintainers.ttuegel ];
};
nativeBuildInputs = [ ecm ];
buildInputs = [ kio ];
}