ocamlPackages.opam-state: use dune 2

This commit is contained in:
sternenseemann
2020-12-06 18:49:34 +01:00
committed by Vincent Laporte
parent a0c36072de
commit 04cbb60e62

View File

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