summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/applications-16.04/ffmpegthumbs.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 13:08:04 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:45 -0500
commitd4819465d8ad8bca848ee78753c81bcfa6e2c911 (patch)
tree386760603ded7fbb849691b584b86f8bf76d0d2e /pkgs/desktops/kde-5/applications-16.04/ffmpegthumbs.nix
parentaa8d8addeb6b2a1ecf7036004b383e1b4e446c75 (diff)
downloadnixpkgs-d4819465d8ad8bca848ee78753c81bcfa6e2c911.tar
nixpkgs-d4819465d8ad8bca848ee78753c81bcfa6e2c911.tar.gz
nixpkgs-d4819465d8ad8bca848ee78753c81bcfa6e2c911.tar.bz2
nixpkgs-d4819465d8ad8bca848ee78753c81bcfa6e2c911.tar.lz
nixpkgs-d4819465d8ad8bca848ee78753c81bcfa6e2c911.tar.xz
nixpkgs-d4819465d8ad8bca848ee78753c81bcfa6e2c911.tar.zst
nixpkgs-d4819465d8ad8bca848ee78753c81bcfa6e2c911.zip
kde5.ffmpegthumbs: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops/kde-5/applications-16.04/ffmpegthumbs.nix')
-rw-r--r--pkgs/desktops/kde-5/applications-16.04/ffmpegthumbs.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/desktops/kde-5/applications-16.04/ffmpegthumbs.nix b/pkgs/desktops/kde-5/applications-16.04/ffmpegthumbs.nix
index 53e9d807d64..feacf7e437e 100644
--- a/pkgs/desktops/kde-5/applications-16.04/ffmpegthumbs.nix
+++ b/pkgs/desktops/kde-5/applications-16.04/ffmpegthumbs.nix
@@ -7,15 +7,15 @@
 
 kdeApp {
   name = "ffmpegthumbs";
+  meta = {
+    license = with lib.licenses; [ gpl2 bsd3 ];
+    maintainers = [ lib.maintainers.ttuegel ];
+  };
   nativeBuildInputs = [
     extra-cmake-modules
   ];
-  buildInputs = [
+  propagatedBuildInputs = [
     ffmpeg
     kio
   ];
-  meta = {
-    license = with lib.licenses; [ gpl2 bsd3 ];
-    maintainers = [ lib.maintainers.ttuegel ];
-  };
 }