From 7fb0a750f7b4b99d19b86dc1a9e0b7ac1b121381 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Fri, 6 Nov 2020 21:55:17 +0100 Subject: [PATCH] ocamlPackages.mirage-runtime: use Dune 2 --- pkgs/development/ocaml-modules/mirage/runtime.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/ocaml-modules/mirage/runtime.nix b/pkgs/development/ocaml-modules/mirage/runtime.nix index b3f308979f4..9c9a479d529 100644 --- a/pkgs/development/ocaml-modules/mirage/runtime.nix +++ b/pkgs/development/ocaml-modules/mirage/runtime.nix @@ -5,6 +5,8 @@ buildDunePackage rec { pname = "mirage-runtime"; version = "3.9.0"; + useDune2 = true; + minimumOCamlVersion = "4.08"; src = fetchurl {