We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 606a930 + 2ed63b1 commit d4f362bCopy full SHA for d4f362b
.nix/coq-nix-toolbox.nix
@@ -1 +1 @@
1
-"5814f779562efc3e3c0f9bfeaea0468728e2e08b"
+"bf47d818bbbd0f6a2d48cc4e0d876e0109077c75"
.nix/coq-overlays/coq-elpi/default.nix
@@ -63,12 +63,7 @@ in mkCoqDerivation {
63
64
mlPlugin = true;
65
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
- '';
+ propagatedBuildInputs = [ coq.ocamlPackages.findlib elpi coq.ocamlPackages.ppx_optcomp ];
72
73
meta = {
74
description = "Coq plugin embedding ELPI.";
0 commit comments