ocamlPackages.mirage-runtime: use Dune 2

This commit is contained in:
Vincent Laporte 2020-11-06 21:55:17 +01:00 committed by Vincent Laporte
parent 0e6f020463
commit 7fb0a750f7

View File

@ -5,6 +5,8 @@ buildDunePackage rec {
pname = "mirage-runtime";
version = "3.9.0";
useDune2 = true;
minimumOCamlVersion = "4.08";
src = fetchurl {