aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 0b23bdb48c..f838f17d07 100644
--- a/default.nix
+++ b/default.nix
@@ -98,7 +98,7 @@ stdenv.mkDerivation rec {
createFindlibDestdir = !shell;
- postInstall = "ln -s $out/lib/coq $OCAMLFIND_DESTDIR/coq";
+ postInstall = "ln -s $out/lib/coq-core $OCAMLFIND_DESTDIR/coq-core";
inherit doInstallCheck;