summary refs log tree commit diff
path: root/pkgs/applications/graphics/shotwell
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-16 19:57:59 +0300
committerVladimír Čunát <vcunat@gmail.com>2016-05-19 10:00:35 +0200
commitf81af4e6f0ad46df11a0fb99d5664e7c400bf2bf (patch)
tree5e2eff49487832284d4a0a44ca3280b2a7b92805 /pkgs/applications/graphics/shotwell
parenta11b717ce4df4c3748c2c37c2623f9735e332e14 (diff)
downloadnixpkgs-f81af4e6f0ad46df11a0fb99d5664e7c400bf2bf.tar
nixpkgs-f81af4e6f0ad46df11a0fb99d5664e7c400bf2bf.tar.gz
nixpkgs-f81af4e6f0ad46df11a0fb99d5664e7c400bf2bf.tar.bz2
nixpkgs-f81af4e6f0ad46df11a0fb99d5664e7c400bf2bf.tar.lz
nixpkgs-f81af4e6f0ad46df11a0fb99d5664e7c400bf2bf.tar.xz
nixpkgs-f81af4e6f0ad46df11a0fb99d5664e7c400bf2bf.tar.zst
nixpkgs-f81af4e6f0ad46df11a0fb99d5664e7c400bf2bf.zip
treewide: Make explicit that 'dev' output of glib is used
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 94094a149c9..2d3e95335cd 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" ];