94fe7734fa
* GCC 3.4.5. * Updated several other stdenv packages. * Modified the builders of several packages to use the generic builder. svn path=/nixpkgs/trunk/; revision=4336
8 lines
205 B
Nix
8 lines
205 B
Nix
{stdenv, fetchurl}: stdenv.mkDerivation {
|
|
name = "gnupatch-2.5.4";
|
|
src = fetchurl {
|
|
url = http://nix.cs.uu.nl/dist/tarballs/patch-2.5.4.tar.gz;
|
|
md5 = "ee5ae84d115f051d87fcaaef3b4ae782";
|
|
};
|
|
}
|