add 1.4.6. Maybe we should make this the default as well...
svn path=/nixpkgs/trunk/; revision=6374
This commit is contained in:
parent
4259cab49c
commit
93f876da32
|
@ -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";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue