a830968c53
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
11 lines
295 B
Nix
11 lines
295 B
Nix
# Use the static tools for i686-linux. They work on x86_64-linux
|
|
# machines as well.
|
|
(import ../i686) //
|
|
|
|
{
|
|
bootstrapTools = {
|
|
url = http://nixos.org/tarballs/stdenv-linux/x86_64/r16022/bootstrap-tools.cpio.bz2;
|
|
sha256 = "1hwmyd9x9lhmb1ckwap2lvf7wi34p1j23v5bw41drym4mfp97ynz";
|
|
};
|
|
}
|