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
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

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