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