coq: fix installation of OCaml libraries

wip/yesman
Vincent Laporte 6 years ago
parent 5f97adccdc
commit caec7dbb9f
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
  1. 3
      pkgs/applications/science/logic/coq/default.nix

@ -123,8 +123,11 @@ self = stdenv.mkDerivation {
buildFlags = "revision coq coqide bin/votour";
createFindlibDestdir = true;
postInstall = ''
cp bin/votour $out/bin/
ln -s $out/lib/coq $OCAMLFIND_DESTDIR/coq
'';
meta = with stdenv.lib; {

Loading…
Cancel
Save