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

This commit is contained in:
Tuomas Tynkkynen
2016-05-19 10:00:35 +02:00
committed by Vladimír Čunát
parent a11b717ce4
commit f81af4e6f0
13 changed files with 13 additions and 13 deletions
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig file gtk girara gettext makeWrapper sqlite glib ];
NIX_CFLAGS_COMPILE = "-I${glib}/include/gio-unix-2.0";
NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";
makeFlags = [
"PREFIX=$(out)"