mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
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
8
pkgs/development/tools/misc/gnum4/m4-1.4.6.nix
Normal file
8
pkgs/development/tools/misc/gnum4/m4-1.4.6.nix
Normal file
@ -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
Block a user