python27: Remove avoid daemon thread shutdown #i21963
This commit is contained in:
committed by
Domen Kožar
parent
d589684cae
commit
eed5207845
@@ -28,6 +28,9 @@ let
|
||||
# patch python to put zero timestamp into pyc
|
||||
# if DETERMINISTIC_BUILD env var is set
|
||||
./deterministic-build.patch
|
||||
|
||||
# http://bugs.python.org/issue21963
|
||||
./remove-avoid-daemon-thread-shutdown.patch
|
||||
];
|
||||
|
||||
postPatch = stdenv.lib.optionalString (stdenv.gcc.libc != null) ''
|
||||
|
||||
Reference in New Issue
Block a user