* Copy lots of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=4623
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "texinfo-4.8";
|
||||
src = fetchurl {
|
||||
url = http://ftp.gnu.org/gnu/texinfo/texinfo-4.8.tar.bz2;
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/texinfo-4.8.tar.bz2;
|
||||
md5 = "6ba369bbfe4afaa56122e65b3ee3a68c";
|
||||
};
|
||||
buildInputs = [ncurses];
|
||||
|
||||
Reference in New Issue
Block a user