python34: check LD_LIBRARY_PATH

Backports support for LD_LIBRARY_PATH from 3.6
This commit is contained in:
Frederik Rietdijk
2017-09-14 10:17:36 +02:00
parent 693de5b8c6
commit 03898f2f23
2 changed files with 52 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ in stdenv.mkDerivation {
patches = [
./no-ldconfig.patch
./ld_library_path.patch
];
postPatch = ''