mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
ocamlPackages.paf, ocamlPackages.paf-cohttp: add local networking for test
in test we can read this: [exception] Unix.Unix_error(Unix.EPERM, "bind", "") Raised by primitive operation at Tcpv4v6_socket.listen.(fun) in file "src/stack-unix/tcpv4v6_socket.ml", line 149, characters 6-50
This commit is contained in:
parent
71bcd827fb
commit
d079571aa2
@ -47,6 +47,8 @@ buildDunePackage {
|
|||||||
astring
|
astring
|
||||||
];
|
];
|
||||||
|
|
||||||
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
meta = paf.meta // {
|
meta = paf.meta // {
|
||||||
description = "A CoHTTP client with its HTTP/AF implementation";
|
description = "A CoHTTP client with its HTTP/AF implementation";
|
||||||
};
|
};
|
||||||
|
@ -61,6 +61,8 @@ buildDunePackage rec {
|
|||||||
alcotest-lwt
|
alcotest-lwt
|
||||||
];
|
];
|
||||||
|
|
||||||
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "HTTP/AF and MirageOS";
|
description = "HTTP/AF and MirageOS";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
|
Loading…
Reference in New Issue
Block a user