treewide: fix darwin builds by referring to stdenv's libc
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user