Skip to content

Commit

Permalink
ocamlPackages.opam-format: use dune 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sternenseemann authored and vbgl committed Dec 21, 2020
1 parent 69e614e commit 926a1b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/ocaml-modules/opam-format/default.nix
Expand Up @@ -3,6 +3,8 @@
buildDunePackage rec {
pname = "opam-format";

useDune2 = true;

inherit (opam-core) src version;

minimumOCamlVersion = "4.02.3";
Expand Down

0 comments on commit 926a1b2

Please sign in to comment.