summary refs log tree commit diff
path: root/pkgs/applications/kde/libkdcraw.nix
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2017-08-21 18:42:57 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-08-21 18:42:57 -0400
commit0135e61b4c59357e01e0fda713e95402ea3a443c (patch)
treedaf7de4554407d52a44c94814d216dc3f16beb9a /pkgs/applications/kde/libkdcraw.nix
parent221f5f00e30870dc4f1ea06e78b5e27b30ec9b16 (diff)
parentc03571107213331494fb5330fd2bb4129d19cdbc (diff)
Merge remote-tracking branch 'upstream/master' into staging
That way the tarball job succeeds
Diffstat (limited to 'pkgs/applications/kde/libkdcraw.nix')
-rw-r--r--pkgs/applications/kde/libkdcraw.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/kde/libkdcraw.nix b/pkgs/applications/kde/libkdcraw.nix
index 383bd3b67037a..70e3cb0e19565 100644
--- a/pkgs/applications/kde/libkdcraw.nix
+++ b/pkgs/applications/kde/libkdcraw.nix
@@ -9,4 +9,5 @@ mkDerivation {
   nativeBuildInputs = [ extra-cmake-modules ];
   buildInputs = [ qtbase ];
   propagatedBuildInputs = [ libraw ];
+  outputs = [ "out" "dev" ];
 }