python-execnet: fix sandbox build on darwin

This commit is contained in:
Daiderd Jordan 2017-10-31 11:32:06 +01:00 committed by Dan Peebles
parent 7dc0cab794
commit f63f05ef5f

View file

@ -4976,6 +4976,7 @@ in {
checkPhase = ''
py.test testing
'';
__darwinAllowLocalNetworking = true;
meta = {
description = "Rapid multi-Python deployment";
license = licenses.gpl2;