mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
ocamlPackages.mirage-unix: use Dune 2
This commit is contained in:
parent
5e76b77ff6
commit
0e6f020463
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ buildDunePackage rec {
|
|||
pname = "mirage-unix";
|
||||
version = "4.0.0";
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/mirage/${pname}/releases/download/v${version}/${pname}-v${version}.tbz";
|
||||
sha256 = "0kyd83bkpjhn382b4mw3a4325xr8vms78znxqvifpcyfvfnlx7hj";
|
||||
|
|
Loading…
Reference in a new issue