about summary refs log tree commit diff
path: root/pkgs/applications/kde/libkexiv2.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-06-21 08:51:53 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-08-21 06:51:10 -0500
commit2f3085cb8d57390eeea4b1864d43e04932f637d6 (patch)
treeba37acfb99d5eb6be4c292b1380b4638dc3a2849 /pkgs/applications/kde/libkexiv2.nix
parent0ba1b29ea3c99cae8d8259929129c74fe7dcec1c (diff)
libkexiv2: fixup inputs and outputs
Diffstat (limited to 'pkgs/applications/kde/libkexiv2.nix')
-rw-r--r--pkgs/applications/kde/libkexiv2.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/kde/libkexiv2.nix b/pkgs/applications/kde/libkexiv2.nix
index 816d4168967c7..8c8d244d6f6e6 100644
--- a/pkgs/applications/kde/libkexiv2.nix
+++ b/pkgs/applications/kde/libkexiv2.nix
@@ -9,4 +9,5 @@ mkDerivation {
   nativeBuildInputs = [ extra-cmake-modules ];
   buildInputs = [ qtbase ];
   propagatedBuildInputs = [ exiv2 ];
+  outputs = [ "out" "dev" ];
 }