add 1.4.6. Maybe we should make this the default as well...

svn path=/nixpkgs/trunk/; revision=6374
This commit is contained in:
Armijn Hemel 2006-08-30 15:58:04 +00:00
parent 4259cab49c
commit 93f876da32

View file

@ -0,0 +1,8 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "gnum4-1.4.6";
src = fetchurl {
url = ftp://ftp.nluug.nl/pub/gnu/m4/m4-1.4.6.tar.bz2;
md5 = "f5babaaa1e337f0aee3bdee55c758d79";
};
}