ocamlPackages.tcpip: fix build on darwin
This commit is contained in:
parent
07c7ec4d1a
commit
a30fa46542
@ -63,6 +63,7 @@ buildDunePackage rec {
|
||||
mirage-clock-unix
|
||||
ipaddr-cstruct
|
||||
];
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "OCaml TCP/IP networking stack, used in MirageOS";
|
||||
|
Loading…
Reference in New Issue
Block a user