mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
new m4
svn path=/nixpkgs/trunk/; revision=6644
This commit is contained in:
parent
bef5dd93a8
commit
6b04c4a65e
1 changed files with 8 additions and 0 deletions
8
pkgs/development/tools/misc/gnum4/m4-1.4.7.nix
Normal file
8
pkgs/development/tools/misc/gnum4/m4-1.4.7.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{stdenv, fetchurl}:
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "gnum4-1.4.7";
|
||||||
|
src = fetchurl {
|
||||||
|
url = ftp://ftp.nluug.nl/pub/gnu/m4/m4-1.4.7.tar.bz2;
|
||||||
|
md5 = "0115a354217e36ca396ad258f6749f51";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue