treewide: Make explicit that 'dev' output of glib is used
This commit is contained in:
committed by
Vladimír Čunát
parent
a11b717ce4
commit
f81af4e6f0
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user