treewide: fix darwin builds by referring to stdenv's libc

This commit is contained in:
Franz Pletz
2016-08-25 02:56:25 +02:00
parent 447207d21d
commit df275f5b85
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ e2fsprogs libuuid stdenv.glibc stdenv.glibc.static ];
buildInputs = [ e2fsprogs libuuid stdenv.cc.libc stdenv.cc.libc.static ];
enableParallelBuilding = true;