acgtk: use dune install
This commit is contained in:
parent
c685856f91
commit
9212e03c13
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ stdenv.mkDerivation {
|
|||
|
||||
buildPhase = "dune build";
|
||||
|
||||
inherit (dune) installPhase;
|
||||
installPhase = ''
|
||||
dune install --prefix $out --libdir $OCAMLFIND_DESTDIR
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://acg.loria.fr/";
|
||||
|
|
Loading…
Reference in a new issue