mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 21:04:30 +00:00
Merge pull request #212342 from Et7f3/patch-2
ocamlPackages.paf: add local networking for test
This commit is contained in:
commit
67da8ff5c5
@ -47,6 +47,8 @@ buildDunePackage {
|
||||
astring
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = paf.meta // {
|
||||
description = "A CoHTTP client with its HTTP/AF implementation";
|
||||
};
|
||||
|
@ -61,6 +61,8 @@ buildDunePackage rec {
|
||||
alcotest-lwt
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = {
|
||||
description = "HTTP/AF and MirageOS";
|
||||
license = lib.licenses.mit;
|
||||
|
Loading…
Reference in New Issue
Block a user