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