python3Packages.supervisor: fix build w/glibc-2.31
https://hydra.nixos.org/build/122877074
This commit is contained in:
@@ -14,6 +14,13 @@ buildPythonPackage rec {
|
||||
sha256 = "64082ebedf6d36ff409ab2878f1aad5c9035f916c5f15a9a1ec7dffc6dfbbed8";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# SOMAXCONN limit of glibc-2.31 has been increased from 128 to 4096:
|
||||
# * https://sourceware.org/git/?p=glibc.git;a=commit;h=96958e2700f5b4f4d1183a0606b2b9848a53ea44
|
||||
# * https://github.com/Supervisor/supervisor/issues/1346
|
||||
./glibc-2.31.patch
|
||||
];
|
||||
|
||||
# wants to write to /tmp/foo which is likely already owned by another
|
||||
# nixbld user on hydra
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
Reference in New Issue
Block a user