* 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 = "procps-3.2.7";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://procps.sourceforge.net/procps-3.2.7.tar.gz;
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/procps-3.2.7.tar.gz;
|
||||
md5 = "f490bca772b16472962c7b9f23b1e97d";
|
||||
};
|
||||
patches = [./makefile.patch ./procps-build.patch];
|
||||
|
||||
Reference in New Issue
Block a user