mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 01:33:10 +00:00
python-execnet: fix sandbox build on darwin
This commit is contained in:
parent
7dc0cab794
commit
f63f05ef5f
@ -4976,6 +4976,7 @@ in {
|
|||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
py.test testing
|
py.test testing
|
||||||
'';
|
'';
|
||||||
|
__darwinAllowLocalNetworking = true;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Rapid multi-Python deployment";
|
description = "Rapid multi-Python deployment";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
Loading…
Reference in New Issue
Block a user