boolector: fix build with multiple outputs
This commit is contained in:
parent
e8d9e31a08
commit
bd44c7fd70
@ -23,11 +23,9 @@ let
|
|||||||
license = with stdenv.lib.licenses; if useV16 then unfreeRedistributable else gpl3;
|
license = with stdenv.lib.licenses; if useV16 then unfreeRedistributable else gpl3;
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation (boolectorPkg // {
|
stdenv.mkDerivation (boolectorPkg // {
|
||||||
buildInputs = [ zlib ];
|
buildInputs = [ zlib stdenv.glibc.static zlib.static ];
|
||||||
enableParallelBuilding = false;
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
buildPhase = "./build.sh";
|
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin $out/lib $out/include
|
mkdir -p $out/bin $out/lib $out/include
|
||||||
cp boolector/boolector $out/bin
|
cp boolector/boolector $out/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user