ocamlPackages.mirage-protocols: use Dune 2
This commit is contained in:
parent
d9068d18f5
commit
1f7c5f009c
|
@ -3,6 +3,7 @@
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "mirage-protocols";
|
pname = "mirage-protocols";
|
||||||
version = "4.0.1";
|
version = "4.0.1";
|
||||||
|
useDune2 = true;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/mirage/mirage-protocols/releases/download/v${version}/mirage-protocols-v${version}.tbz";
|
url = "https://github.com/mirage/mirage-protocols/releases/download/v${version}/mirage-protocols-v${version}.tbz";
|
||||||
|
|
Loading…
Reference in New Issue