or-tools: touchup

This commit is contained in:
Will Dietz 2018-11-30 19:18:32 -06:00
parent c4feda8b01
commit 70c2e88c96
1 changed files with 3 additions and 6 deletions

View File

@ -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