Merge pull request #212342 from Et7f3/patch-2

ocamlPackages.paf: add local networking for test
This commit is contained in:
Weijia Wang 2023-01-24 09:41:14 +01:00 committed by GitHub
commit 67da8ff5c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,8 @@ buildDunePackage {
astring
];
__darwinAllowLocalNetworking = true;
meta = paf.meta // {
description = "A CoHTTP client with its HTTP/AF implementation";
};

View File

@ -61,6 +61,8 @@ buildDunePackage rec {
alcotest-lwt
];
__darwinAllowLocalNetworking = true;
meta = {
description = "HTTP/AF and MirageOS";
license = lib.licenses.mit;