From 2f3085cb8d57390eeea4b1864d43e04932f637d6 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Wed, 21 Jun 2017 08:51:53 -0500 Subject: [PATCH] libkexiv2: fixup inputs and outputs --- pkgs/applications/kde/libkexiv2.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/kde/libkexiv2.nix b/pkgs/applications/kde/libkexiv2.nix index 816d4168967c..8c8d244d6f6e 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" ]; }