coq-tlc: fix package
This commit is contained in:
parent
752528ac9c
commit
d5a4c3d21d
@ -13,6 +13,15 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [ coq.ocaml coq.camlp5 ];
|
buildInputs = [ coq.ocaml coq.camlp5 ];
|
||||||
propagatedBuildInputs = [ coq ];
|
propagatedBuildInputs = [ coq ];
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
patch Makefile <<EOF
|
||||||
|
105c105
|
||||||
|
< \$(COQC) \$<
|
||||||
|
---
|
||||||
|
> \$(COQC) -R . Tlc \$<
|
||||||
|
EOF
|
||||||
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
COQLIB=$out/lib/coq/${coq.coq-version}/
|
COQLIB=$out/lib/coq/${coq.coq-version}/
|
||||||
mkdir -p $COQLIB/user-contrib/Tlc
|
mkdir -p $COQLIB/user-contrib/Tlc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user