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;
|
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
|
# commented out because it's using the new configuration style proposal which is unstable
|
||||||
#avrdude = import ../development/tools/misc/avrdude {
|
#avrdude = import ../development/tools/misc/avrdude {
|
||||||
# inherit lib fetchurl stdenv flex yacc;
|
# inherit lib fetchurl stdenv flex yacc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user