treewide: Use explicit 'dev' references to glibc

This commit is contained in:
Tuomas Tynkkynen
2016-08-30 03:11:09 +03:00
parent 01f857409f
commit c3bcb4e1ce
8 changed files with 11 additions and 11 deletions

View File

@@ -79,7 +79,7 @@ stdenv.mkDerivation {
export MACOSX_DEPLOYMENT_TARGET=10.6
''}
substituteInPlace ./Lib/plat-generic/regen --replace "/usr/include" ${glibc}/include
substituteInPlace ./Lib/plat-generic/regen --replace "/usr/include" ${glibc.dev}/include
configureFlagsArray=( --enable-shared --with-threads
CPPFLAGS="${concatStringsSep " " (map (p: "-I${getDev p}/include") buildInputs)}"