* 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 = "gnugrep-2.5.1a";
|
||||
src = fetchurl {
|
||||
url = http://ftp.gnu.org/gnu/grep/grep-2.5.1a.tar.bz2;
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/grep-2.5.1a.tar.bz2;
|
||||
md5 = "52202fe462770fa6be1bb667bd6cf30c";
|
||||
};
|
||||
buildInputs = [pcre];
|
||||
|
||||
Reference in New Issue
Block a user