about summary refs log tree commit diff
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-06-21 08:45:02 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-08-21 06:51:08 -0500
commitda47cdfffb0c795ac38cb2ddf59c2cc1d4b09910 (patch)
tree49f958a366c6a2507655ce1702f2594188d1b537 /pkgs/applications/kde
parent284466837afe944229e9925a03ad969e225e8302 (diff)
ffmpegthumbs: fixup inputs and outputs
Diffstat (limited to 'pkgs/applications/kde')
-rw-r--r--pkgs/applications/kde/ffmpegthumbs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/ffmpegthumbs.nix b/pkgs/applications/kde/ffmpegthumbs.nix
index 4e915422d1474..aa03425f36a0a 100644
--- a/pkgs/applications/kde/ffmpegthumbs.nix
+++ b/pkgs/applications/kde/ffmpegthumbs.nix
@@ -11,5 +11,5 @@ mkDerivation {
     maintainers = [ lib.maintainers.ttuegel ];
   };
   nativeBuildInputs = [ extra-cmake-modules ];
-  propagatedBuildInputs = [ ffmpeg kio ];
+  buildInputs = [ ffmpeg kio ];
 }