python27: Remove avoid daemon thread shutdown #i21963

This commit is contained in:
William A. Kennington III
2014-09-30 00:37:19 -07:00
committed by Domen Kožar
parent d589684cae
commit eed5207845
2 changed files with 173 additions and 0 deletions

View File

@@ -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) ''