mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
Add GNU Automake 1.10 (1.9 is kept as the default, though).
svn path=/nixpkgs/trunk/; revision=10645
This commit is contained in:
parent
79cc1c7307
commit
c27c09ada1
|
@ -1711,6 +1711,10 @@ rec {
|
|||
inherit fetchurl stdenv perl autoconf;
|
||||
};
|
||||
|
||||
automake110x = import ../development/tools/misc/automake/automake-1.10.x.nix {
|
||||
inherit fetchurl stdenv perl autoconf;
|
||||
};
|
||||
|
||||
# commented out because it's using the new configuration style proposal which is unstable
|
||||
#avrdude = import ../development/tools/misc/avrdude {
|
||||
# inherit lib fetchurl stdenv flex yacc;
|
||||
|
|
Loading…
Reference in a new issue