summary refs log tree commit diff
path: root/pkgs/applications/graphics/shotwell
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-05-22 12:09:23 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-05-22 12:09:23 +0200
commitc4661e96434118637a5c41511a6c7f015726396f (patch)
treeedd7a4026fd903cddfb32b27f629af7f5c110fa8 /pkgs/applications/graphics/shotwell
parentbfd522da633bd904918a939b29f0a0ebb594fa6b (diff)
parentc02f0ade90c2ba28063dc21a8cbdad50b777f403 (diff)
downloadnixlib-c4661e96434118637a5c41511a6c7f015726396f.tar
nixlib-c4661e96434118637a5c41511a6c7f015726396f.tar.gz
nixlib-c4661e96434118637a5c41511a6c7f015726396f.tar.bz2
nixlib-c4661e96434118637a5c41511a6c7f015726396f.tar.lz
nixlib-c4661e96434118637a5c41511a6c7f015726396f.tar.xz
nixlib-c4661e96434118637a5c41511a6c7f015726396f.tar.zst
nixlib-c4661e96434118637a5c41511a6c7f015726396f.zip
Merge: make dev output references explicit
This is a rebase of most commits from #14766,
resolving conflicts and a few other evaluation problems.
Diffstat (limited to 'pkgs/applications/graphics/shotwell')
-rw-r--r--pkgs/applications/graphics/shotwell/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/shotwell/default.nix b/pkgs/applications/graphics/shotwell/default.nix
index 0cb8a082fc6a..513b1a49198a 100644
--- a/pkgs/applications/graphics/shotwell/default.nix
+++ b/pkgs/applications/graphics/shotwell/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
     sha256 = "0cgqaaikrb10plhf6zxbgqy32zqpiwyi9dpx3g8yr261q72r5c81";
   };
 
-  NIX_CFLAGS_COMPILE = "-I${glib}/include/glib-2.0 -I${glib.out}/lib/glib-2.0/include";
+  NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/glib-2.0 -I${glib.out}/lib/glib-2.0/include";
 
   configureFlags = [ "--disable-gsettings-convert-install" ];