summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/applications-16.04/libkdcraw.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 13:14:28 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:48 -0500
commit6d74e3a619518b3b9c7d0b5eb118b4731e00cf90 (patch)
treedae637ad98a633484d173d1d3ea19b0dc5123e7a /pkgs/desktops/kde-5/applications-16.04/libkdcraw.nix
parent6c721ce8495d31907bb0b690da7af80edaee6f75 (diff)
downloadnixpkgs-6d74e3a619518b3b9c7d0b5eb118b4731e00cf90.tar
nixpkgs-6d74e3a619518b3b9c7d0b5eb118b4731e00cf90.tar.gz
nixpkgs-6d74e3a619518b3b9c7d0b5eb118b4731e00cf90.tar.bz2
nixpkgs-6d74e3a619518b3b9c7d0b5eb118b4731e00cf90.tar.lz
nixpkgs-6d74e3a619518b3b9c7d0b5eb118b4731e00cf90.tar.xz
nixpkgs-6d74e3a619518b3b9c7d0b5eb118b4731e00cf90.tar.zst
nixpkgs-6d74e3a619518b3b9c7d0b5eb118b4731e00cf90.zip
kde5.libkdcraw: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops/kde-5/applications-16.04/libkdcraw.nix')
-rw-r--r--pkgs/desktops/kde-5/applications-16.04/libkdcraw.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/desktops/kde-5/applications-16.04/libkdcraw.nix b/pkgs/desktops/kde-5/applications-16.04/libkdcraw.nix
index 319c7fc6583..1c1ef7dc996 100644
--- a/pkgs/desktops/kde-5/applications-16.04/libkdcraw.nix
+++ b/pkgs/desktops/kde-5/applications-16.04/libkdcraw.nix
@@ -6,14 +6,14 @@
 
 kdeApp {
   name = "libkdcraw";
+  meta = {
+    license = with lib.licenses; [ gpl2 lgpl21 bsd3 ];
+    maintainers = [ lib.maintainers.ttuegel ];
+  };
   nativeBuildInputs = [
     extra-cmake-modules
   ];
-  buildInputs = [
+  propagatedBuildInputs = [
     libraw
   ];
-  meta = {
-    license = with lib.licenses; [ gpl2 lgpl21 bsd3 ];
-    maintainers = [ lib.maintainers.ttuegel ];
-  };
 }