* New bootstrap binaries (from r16022 in the trunk). Don't set
LD_LIBRARY_PATH since it breaks /bin/sh on non-NixOS platforms (and reverted the previous "fix" in r15470). svn path=/nixpkgs/branches/stdenv-updates/; revision=16029
This commit is contained in:
@@ -77,8 +77,6 @@ rec {
|
||||
param1 = bootstrapTools;
|
||||
preHook = builtins.toFile "prehook.sh"
|
||||
''
|
||||
# Put libpthread.so in LD_LIBRARY_PATH; some libraries need it.
|
||||
export LD_LIBRARY_PATH=$param1/lib2
|
||||
# Don't patch #!/interpreter because it leads to retained
|
||||
# dependencies on the bootstrapTools in the final stdenv.
|
||||
dontPatchShebangs=1
|
||||
|
||||
Reference in New Issue
Block a user