or-tools: touchup
This commit is contained in:
parent
c4feda8b01
commit
70c2e88c96
|
@ -25,13 +25,10 @@ stdenv.mkDerivation rec {
|
||||||
EOF
|
EOF
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildPhase = ''
|
makeFlags = [ "prefix=${placeholder "out"}" ];
|
||||||
make cc
|
buildFlags = [ "cc" ];
|
||||||
'';
|
|
||||||
|
|
||||||
installPhase = ''
|
installTargets = [ "install_cc" ];
|
||||||
make install_cc prefix=$out
|
|
||||||
'';
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake lsb-release which zlib
|
cmake lsb-release which zlib
|
||||||
|
|
Loading…
Reference in New Issue