python35: add no-ldconfig.patch again

after it was accidentally removed in
d6c5109276
This commit is contained in:
Frederik Rietdijk 2017-08-12 13:22:04 +02:00
parent b80b54fbfb
commit 71615c19af

View File

@ -64,6 +64,10 @@ in stdenv.mkDerivation {
substituteInPlace configure --replace '-Wl,-stack_size,1000000' ' '
'';
patches = [
./no-ldconfig.patch
];
postPatch = ''
# Determinism
substituteInPlace "Lib/py_compile.py" --replace "source_stats['mtime']" "(1 if 'DETERMINISTIC_BUILD' in os.environ else source_stats['mtime'])"