forked from mirrors/nixpkgs
ocamlPackages.opam-repository: use dune 2
This commit is contained in:
parent
04cbb60e62
commit
69e614e77f
|
@ -5,6 +5,8 @@ buildDunePackage rec {
|
|||
|
||||
minimumOCamlVersion = "4.02";
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
inherit (opam-format) src version;
|
||||
|
||||
patches = [ ./download-tool.patch ];
|
||||
|
|
Loading…
Reference in a new issue