Merge pull request #227132 from Et7f3/fix_ocamlPackages.tcpip_darwin

ocamlPackages.tcpip: fix build on darwin
This commit is contained in:
Weijia Wang
2023-04-20 02:01:54 +03:00
committed by GitHub
@@ -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";