ocamlPackages.diet: use Dune 2
This commit is contained in:
parent
d0e7e493ca
commit
2d6a91ebf4
|
@ -4,6 +4,8 @@ buildDunePackage rec {
|
||||||
pname = "diet";
|
pname = "diet";
|
||||||
version = "0.4";
|
version = "0.4";
|
||||||
|
|
||||||
|
useDune2 = true;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url =
|
url =
|
||||||
"https://github.com/mirage/ocaml-diet/releases/download/v${version}/diet-v${version}.tbz";
|
"https://github.com/mirage/ocaml-diet/releases/download/v${version}/diet-v${version}.tbz";
|
||||||
|
|
Loading…
Reference in New Issue