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
+17
View File
@@ -0,0 +1,17 @@
{
kdeApp, lib,
ecm, kdoctools,
dolphin, kdelibs4support, ki18n, kio, kxmlgui
}:
kdeApp {
name = "dolphin-plugins";
meta = {
license = [ lib.licenses.gpl2 ];
maintainers = [ lib.maintainers.ttuegel ];
};
nativeBuildInputs = [ ecm kdoctools ];
propagatedBuildInputs = [
dolphin.unwrapped kdelibs4support ki18n kio kxmlgui
];
}