nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

commit 0a74842d165f75e1eb95edefb5652279f5bf9ded
parent 6c806cb85ccbd8939d54a7f430d9626ed0b10c8c
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date:   Thu, 12 Dec 2024 21:13:18 +0400

Up

Diffstat:
Mpkgs/geospatial/server-thread/default.nix | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/pkgs/geospatial/server-thread/default.nix b/pkgs/geospatial/server-thread/default.nix @@ -28,6 +28,10 @@ python3Packages.buildPythonPackage rec { pytestCheckHook ]; + disabledTestPaths = [ "tests/test_server.py" ]; + + __darwinAllowLocalNetworking = true; + meta = { description = "Launch a WSGIApplication in a background thread with werkzeug"; homepage = "https://github.com/banesullivan/server-thread";