Skip to content

Commit

Permalink
Merge pull request #641 from vbgl/master
Browse files Browse the repository at this point in the history
Update coq-nix-toolbox
  • Loading branch information
gares committed Jun 26, 2024
2 parents 606a930 + 2ed63b1 commit d4f362b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .nix/coq-nix-toolbox.nix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"5814f779562efc3e3c0f9bfeaea0468728e2e08b"
"bf47d818bbbd0f6a2d48cc4e0d876e0109077c75"
7 changes: 1 addition & 6 deletions .nix/coq-overlays/coq-elpi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,7 @@ in mkCoqDerivation {

mlPlugin = true;
useDune = true;
propagatedBuildInputs = [ elpi coq.ocamlPackages.ppx_optcomp ];

postInstall = ''
mkdir -p "$OCAMLFIND_DESTDIR"
mv "$out/lib/coq-elpi" "$OCAMLFIND_DESTDIR"
'';
propagatedBuildInputs = [ coq.ocamlPackages.findlib elpi coq.ocamlPackages.ppx_optcomp ];

meta = {
description = "Coq plugin embedding ELPI.";
Expand Down

0 comments on commit d4f362b

Please sign in to comment.