mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.supervisor: fix build w/glibc-2.31
https://hydra.nixos.org/build/122877074
This commit is contained in:
13
pkgs/development/python-modules/supervisor/glibc-2.31.patch
Normal file
13
pkgs/development/python-modules/supervisor/glibc-2.31.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/supervisor/tests/base.py b/supervisor/tests/base.py
|
||||
index 643e609..8aa45e7 100644
|
||||
--- a/supervisor/tests/base.py
|
||||
+++ b/supervisor/tests/base.py
|
||||
@@ -358,7 +358,7 @@ class DummySocketConfig:
|
||||
return not self.__eq__(other)
|
||||
|
||||
def get_backlog(self):
|
||||
- return 128
|
||||
+ return 4096
|
||||
|
||||
def create_and_bind(self):
|
||||
return DummySocket(self.fd)
|
||||
Reference in New Issue
Block a user