treewide: Make explicit that 'dev' output of glib is used

This commit is contained in:
Tuomas Tynkkynen
2016-04-16 19:57:59 +03:00
committed by Vladimír Čunát
parent a11b717ce4
commit f81af4e6f0
13 changed files with 13 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "07pnc7kmjpd0ncm32z6s3ny5p4zl52v9lld0n0f8sp6cw87k12p0";
};
NIX_CFLAGS_COMPILE = "-I${glib}/include/gio-unix-2.0";
NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";
configureScript = "./autogen.sh";