* Real URLs.
svn path=/nixpkgs/trunk/; revision=6869
This commit is contained in:
parent
609710f102
commit
0e776c19d2
@ -6,22 +6,22 @@
|
|||||||
tar = ./tar.bz2;
|
tar = ./tar.bz2;
|
||||||
|
|
||||||
staticToolsURL = {
|
staticToolsURL = {
|
||||||
url = file:///tmp/tarballs/static-tools.tar.bz2;
|
url = http://nix.cs.uu.nl/dist/tarballs/stdenv-linux/powerpc/r6860/static-tools.tar.bz2;
|
||||||
sha1 = "90ec30bbdac515e03c90b0909ee09a4cdcfe5214";
|
sha1 = "90ec30bbdac515e03c90b0909ee09a4cdcfe5214";
|
||||||
};
|
};
|
||||||
|
|
||||||
binutilsURL = {
|
binutilsURL = {
|
||||||
url = file:///tmp/tarballs/binutils.tar.bz2;
|
url = http://nix.cs.uu.nl/dist/tarballs/stdenv-linux/powerpc/r6860/binutils.tar.bz2;
|
||||||
sha1 = "577b256dcb5297a001acb8b49ce36e9c78ff8fc8";
|
sha1 = "577b256dcb5297a001acb8b49ce36e9c78ff8fc8";
|
||||||
};
|
};
|
||||||
|
|
||||||
gccURL = {
|
gccURL = {
|
||||||
url = file:///tmp/tarballs/gcc.tar.bz2;
|
url = http://nix.cs.uu.nl/dist/tarballs/stdenv-linux/powerpc/r6860/gcc.tar.bz2;
|
||||||
sha1 = "853d570c3419bddcf18d4340722880d2a80e2a3f";
|
sha1 = "853d570c3419bddcf18d4340722880d2a80e2a3f";
|
||||||
};
|
};
|
||||||
|
|
||||||
glibcURL = {
|
glibcURL = {
|
||||||
url = file:///tmp/tarballs/glibc.tar.bz2;
|
url = http://nix.cs.uu.nl/dist/tarballs/stdenv-linux/powerpc/r6860/glibc.tar.bz2;
|
||||||
sha1 = "d34e78fb4a0aa282318b1465e195bc2d4e6e7315";
|
sha1 = "d34e78fb4a0aa282318b1465e195bc2d4e6e7315";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user