mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
add GNU m4 1.4.5
svn path=/nixpkgs/trunk/; revision=5757
This commit is contained in:
parent
69da897d0b
commit
703542fa4e
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 New Issue
Block a user