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
@@ -23,7 +23,7 @@ let
license = with stdenv.lib.licenses; if useV16 then unfreeRedistributable else gpl3;
in
stdenv.mkDerivation (boolectorPkg // {
buildInputs = [ zlib stdenv.glibc.static zlib.static ];
buildInputs = [ zlib stdenv.cc.libc.static zlib.static ];
enableParallelBuilding = false;
installPhase = ''