mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-14 04:38:56 +00:00
Logbook: fix darwin build
This commit is contained in:
@@ -18,6 +18,9 @@ buildPythonPackage rec {
|
||||
py.test tests
|
||||
'';
|
||||
|
||||
# Some of the tests use localhost networking.
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = {
|
||||
homepage = https://pythonhosted.org/Logbook/;
|
||||
description = "A logging replacement for Python";
|
||||
|
||||
Reference in New Issue
Block a user