summary refs log tree commit diff
path: root/pkgs/applications/graphics/shotwell
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-04-14 04:11:58 +0300
committerNikolay Amiantov <ab@fmap.me>2016-04-14 04:13:54 +0300
commit755e4633c7e6778f9883f005930a5af471945151 (patch)
tree80aa5705fa540fcf5823077c91c7afe5408a67ca /pkgs/applications/graphics/shotwell
parent550b878e46e50b488282ae2ba7c4878c8e237693 (diff)
downloadnixpkgs-755e4633c7e6778f9883f005930a5af471945151.tar
nixpkgs-755e4633c7e6778f9883f005930a5af471945151.tar.gz
nixpkgs-755e4633c7e6778f9883f005930a5af471945151.tar.bz2
nixpkgs-755e4633c7e6778f9883f005930a5af471945151.tar.lz
nixpkgs-755e4633c7e6778f9883f005930a5af471945151.tar.xz
nixpkgs-755e4633c7e6778f9883f005930a5af471945151.tar.zst
nixpkgs-755e4633c7e6778f9883f005930a5af471945151.zip
mass-replace glib and gtk lib/*/include paths
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 3238a3ba974..94094a149c9 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}/lib/glib-2.0/include";
+  NIX_CFLAGS_COMPILE = "-I${glib}/include/glib-2.0 -I${glib.out}/lib/glib-2.0/include";
 
   configureFlags = [ "--disable-gsettings-convert-install" ];