* Get rid of all references to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=13299
This commit is contained in:
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
|
||||
src =
|
||||
if stdenv.system == "i686-linux" then
|
||||
fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/ghc-6.4.2-i386-unknown-linux.tar.bz2;
|
||||
url = http://nixos.org/tarballs/ghc-6.4.2-i386-unknown-linux.tar.bz2;
|
||||
md5 = "092fe2e25dab22b926babe97cc77db1f";
|
||||
}
|
||||
else if stdenv.system == "x86_64-linux" then
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "mono-1.1.4";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/mono-1.1.4.tar.gz;
|
||||
url = http://nixos.org/tarballs/mono-1.1.4.tar.gz;
|
||||
md5 = "66755e5f201e912cecdd19807ba62487";
|
||||
};
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "ocaml-3.08.0";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/ocaml-3.08.0.tar.gz;
|
||||
url = http://nixos.org/tarballs/ocaml-3.08.0.tar.gz;
|
||||
md5 = "c6ef478362295c150101cdd2efcd38e0";
|
||||
};
|
||||
configureScript = ./configure-3.08.0;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "qcmm-2006-01-31";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/qc--20060131.tar.gz;
|
||||
url = http://nixos.org/tarballs/qc--20060131.tar.gz;
|
||||
md5 = "9097830775bcf22c9bad54f389f5db23";
|
||||
};
|
||||
buildInputs = [ mk ocaml noweb groff ];
|
||||
|
||||
Reference in New Issue
Block a user