ocamlPackages.eqaf: use Dune 2

This commit is contained in:
Vincent Laporte 2020-11-19 07:36:23 +01:00 committed by Vincent Laporte
parent 8555b46e2a
commit 97cdcf3e29

View file

@ -4,6 +4,7 @@ buildDunePackage rec {
minimumOCamlVersion = "4.03";
pname = "eqaf";
version = "0.7";
useDune2 = true;
src = fetchurl {
url = "https://github.com/mirage/eqaf/releases/download/v${version}/eqaf-v${version}.tbz";