coqPackages_8_6.CoLoR: Fix installPhase
This commit is contained in:
parent
b2caceced3
commit
0bf019c99a
@ -10,7 +10,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ coq ];
|
buildInputs = [ coq ];
|
||||||
enableParallelBuilding = true;
|
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; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://color.inria.fr/;
|
homepage = http://color.inria.fr/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user