summary refs log tree commit diff
path: root/pkgs/applications/kde/ffmpegthumbs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/ffmpegthumbs.nix')
-rw-r--r--pkgs/applications/kde/ffmpegthumbs.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/kde/ffmpegthumbs.nix b/pkgs/applications/kde/ffmpegthumbs.nix
index 5dde6d8a64ea..4e915422d147 100644
--- a/pkgs/applications/kde/ffmpegthumbs.nix
+++ b/pkgs/applications/kde/ffmpegthumbs.nix
@@ -1,10 +1,10 @@
 {
-  kdeApp, lib,
+  mkDerivation, lib,
   extra-cmake-modules,
   ffmpeg, kio
 }:
 
-kdeApp {
+mkDerivation {
   name = "ffmpegthumbs";
   meta = {
     license = with lib.licenses; [ gpl2 bsd3 ];