221317ae7b
Allowing 'curl' build without some dependencies, if it is told not to build with them. Updating the make-bootstrap-tools for the latest gcc/glibc, removing the dependency on klibc, and updating unpack-boostrap-tools for the latest boostrap-tools to work. svn path=/nixpkgs/branches/stdenv-updates/; revision=23305
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/r23302/bootstrap-tools.cpio.bz2;
|
|
sha256 = "0w89kqhx47yl0jifp2vffp073pyrqha5f312kp971smi4h41drna";
|
|
};
|
|
}
|