* Copy a bunch of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=6711
This commit is contained in:
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "ocaml-3.09.1";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://caml.inria.fr/pub/distrib/ocaml-3.09/ocaml-3.09.1.tar.gz;
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/ocaml-3.09.1.tar.gz;
|
||||
md5 = "c73f4b093e27ba5bf13d62923f89befc";
|
||||
};
|
||||
configureScript = ./configure-3.09.1;
|
||||
|
||||
Reference in New Issue
Block a user