From 8be4bd7416ca977a6b8513957513355f01c397cc Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Sat, 25 Feb 2017 14:34:51 -0600 Subject: kdeApplications: Move out of desktops/kde-5 - There is no such thing as KDE 5 --- pkgs/applications/kde/ffmpegthumbs.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pkgs/applications/kde/ffmpegthumbs.nix (limited to 'pkgs/applications/kde/ffmpegthumbs.nix') diff --git a/pkgs/applications/kde/ffmpegthumbs.nix b/pkgs/applications/kde/ffmpegthumbs.nix new file mode 100644 index 0000000000000..c063b1e6035b9 --- /dev/null +++ b/pkgs/applications/kde/ffmpegthumbs.nix @@ -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 ]; +} -- cgit 1.4.1