coqPackages_8_6.CoLoR: Fix installPhase

This commit is contained in:
John Wiegley
2017-07-18 19:25:53 -04:00
parent b2caceced3
commit 0bf019c99a

View File

@@ -10,7 +10,10 @@ stdenv.mkDerivation {
buildInputs = [ coq ];
enableParallelBuilding = true;
installFlags = "COQLIB=$(out)/lib/coq/${coq.coq-version}/";
installPhase = ''
make -f Makefile.coq COQLIB=$out/lib/coq/${coq.coq-version}/ install
'';
meta = with stdenv.lib; {
homepage = http://color.inria.fr/;