mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 22:06:00 +03:00
ocamlPackages.mirage-protocols: use Dune 2
This commit is contained in:
parent
d9068d18f5
commit
1f7c5f009c
@ -3,6 +3,7 @@
|
||||
buildDunePackage rec {
|
||||
pname = "mirage-protocols";
|
||||
version = "4.0.1";
|
||||
useDune2 = true;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/mirage/mirage-protocols/releases/download/v${version}/mirage-protocols-v${version}.tbz";
|
||||
|
Loading…
Reference in New Issue
Block a user