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
+15
View File
@@ -0,0 +1,15 @@
{
kdeApp, lib,
ecm,
ffmpeg, kio
}:
kdeApp {
name = "ffmpegthumbs";
meta = {
license = with lib.licenses; [ gpl2 bsd3 ];
maintainers = [ lib.maintainers.ttuegel ];
};
nativeBuildInputs = [ ecm ];
propagatedBuildInputs = [ ffmpeg kio ];
}