4b27d28701
This comes from: svn diff ^/nixpkgs/trunk/@18255 ^/nixpkgs/branches/stdenv-updates/ > diff patch -p0 < diff and then adding into svn all files new from the patch. trunk@18255 comes from the last time I updated stdenv-updates from trunk. svn path=/nixpkgs/stdenv-updates2/; revision=18272
14 lines
296 B
Nix
14 lines
296 B
Nix
{
|
|
sh = ./sh;
|
|
bzip2 = ./bzip2;
|
|
mkdir = ./mkdir;
|
|
cpio = ./cpio;
|
|
ln = ./ln;
|
|
curl = ./curl.bz2;
|
|
|
|
bootstrapTools = {
|
|
url = "http://vicerveza.homeunix.net/~viric/tmp/bootstrap-tools-armv5tel-linux.cpio.bz2";
|
|
sha256 = "0b7mrcl7naj1xpqx1qnlmd825dxzikzhxir3mw4pr3dy28n0b2ka";
|
|
};
|
|
}
|