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
commit c6d1f5baee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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