Skip to content

Commit d4f362b

Browse files
authored
Merge pull request #641 from vbgl/master
Update coq-nix-toolbox
2 parents 606a930 + 2ed63b1 commit d4f362b

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.nix/coq-nix-toolbox.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"5814f779562efc3e3c0f9bfeaea0468728e2e08b"
1+
"bf47d818bbbd0f6a2d48cc4e0d876e0109077c75"

.nix/coq-overlays/coq-elpi/default.nix

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,7 @@ in mkCoqDerivation {
6363

6464
mlPlugin = true;
6565
useDune = true;
66-
propagatedBuildInputs = [ elpi coq.ocamlPackages.ppx_optcomp ];
67-
68-
postInstall = ''
69-
mkdir -p "$OCAMLFIND_DESTDIR"
70-
mv "$out/lib/coq-elpi" "$OCAMLFIND_DESTDIR"
71-
'';
66+
propagatedBuildInputs = [ coq.ocamlPackages.findlib elpi coq.ocamlPackages.ppx_optcomp ];
7267

7368
meta = {
7469
description = "Coq plugin embedding ELPI.";

0 commit comments

Comments
 (0)