ocamlPackages.rope: use dune install

wip/yesman
sternenseemann 3 years ago committed by Vincent Laporte
parent 46cd648a97
commit 972571d8b1
  1. 4
      pkgs/development/ocaml-modules/rope/default.nix

@ -9,7 +9,9 @@ let param =
buildInputs = [ dune ];
extra = {
buildPhase = "dune build -p rope";
inherit (dune) installPhase;
installPhase = ''
dune install --prefix $out --libdir $OCAMLFIND_DESTDIR rope
'';
};
} else {
version = "0.5";

Loading…
Cancel
Save