add GNU m4 1.4.5
svn path=/nixpkgs/trunk/; revision=5757
This commit is contained in:
parent
69da897d0b
commit
703542fa4e
1 changed files with 8 additions and 0 deletions
8
pkgs/development/tools/misc/gnum4/m4-1.4.5.nix
Normal file
8
pkgs/development/tools/misc/gnum4/m4-1.4.5.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{stdenv, fetchurl}:
|
||||
stdenv.mkDerivation {
|
||||
name = "gnum4-1.4.5";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.nluug.nl/pub/gnu/m4/m4-1.4.5.tar.bz2;
|
||||
md5 = "8bcd8244d5bed9f8e2d5f05ad693b8b4";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue