summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/opam-core
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-02-13 09:36:14 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2021-02-13 10:33:09 +0100
commit1a7a395a6f8fb9a1438c269c9b20e4f538252eb5 (patch)
tree556d115bd4b7ace8e89698ff09ec354097e9573f /pkgs/development/ocaml-modules/opam-core
parent58e5d62b62e21fbb32b7f3e36dbe1100b60cdd77 (diff)
downloadnixpkgs-1a7a395a6f8fb9a1438c269c9b20e4f538252eb5.tar
nixpkgs-1a7a395a6f8fb9a1438c269c9b20e4f538252eb5.tar.gz
nixpkgs-1a7a395a6f8fb9a1438c269c9b20e4f538252eb5.tar.bz2
nixpkgs-1a7a395a6f8fb9a1438c269c9b20e4f538252eb5.tar.lz
nixpkgs-1a7a395a6f8fb9a1438c269c9b20e4f538252eb5.tar.xz
nixpkgs-1a7a395a6f8fb9a1438c269c9b20e4f538252eb5.tar.zst
nixpkgs-1a7a395a6f8fb9a1438c269c9b20e4f538252eb5.zip
ocamlPackages.opam-core: use Dune 2
Diffstat (limited to 'pkgs/development/ocaml-modules/opam-core')
-rw-r--r--pkgs/development/ocaml-modules/opam-core/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/opam-core/default.nix b/pkgs/development/ocaml-modules/opam-core/default.nix
index 22c1ecdf703..3106fe83fd7 100644
--- a/pkgs/development/ocaml-modules/opam-core/default.nix
+++ b/pkgs/development/ocaml-modules/opam-core/default.nix
@@ -6,6 +6,8 @@ buildDunePackage rec {
 
   inherit (opam) src version;
 
+  useDune2 = true;
+
   nativeBuildInputs = [ unzip cppo ];
   propagatedBuildInputs = [ ocamlgraph re ];