ocamlPackages.opam-state: use dune 2
This commit is contained in:
parent
a0c36072de
commit
04cbb60e62
@ -5,6 +5,8 @@ buildDunePackage rec {
|
||||
|
||||
inherit (opam) src version;
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
# get rid of check for curl at configure time
|
||||
# opam-state does not call curl at run time
|
||||
configureFlags = [ "--disable-checks" ];
|
||||
|
Loading…
Reference in New Issue
Block a user