ocamlPackages.opam-state: use dune 2

wip/yesman
sternenseemann 4 years ago committed by Vincent Laporte
parent a0c36072de
commit 04cbb60e62
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
  1. 2
      pkgs/development/ocaml-modules/opam-state/default.nix

@ -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…
Cancel
Save