acgtk: use dune install

This commit is contained in:
sternenseemann 2021-01-12 20:47:36 +01:00 committed by Vincent Laporte
parent c685856f91
commit 9212e03c13

View file

@ -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/";