mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
add m4 1.4.4
svn path=/nixpkgs/trunk/; revision=5546
This commit is contained in:
parent
d437ba1539
commit
a7aad4da66
1 changed files with 8 additions and 0 deletions
8
pkgs/development/tools/misc/gnum4/m4-1.4.4.nix
Normal file
8
pkgs/development/tools/misc/gnum4/m4-1.4.4.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{stdenv, fetchurl}:
|
||||
stdenv.mkDerivation {
|
||||
name = "gnum4-1.4.4";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.nluug.nl/pub/gnu/m4/m4-1.4.4.tar.bz2;
|
||||
md5 = "eb93bfbcb12cf00165583302bb31a822";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue