ocamlPackages.tcpip: fix build on darwin

This commit is contained in:
Et7f3 2023-04-19 22:16:22 +02:00
parent 07c7ec4d1a
commit a30fa46542

View File

@ -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";