From c27c09ada12d60866a0aa9adaf4afcc33022fc23 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 12 Feb 2008 14:00:26 +0000 Subject: Add GNU Automake 1.10 (1.9 is kept as the default, though). svn path=/nixpkgs/trunk/; revision=10645 --- pkgs/top-level/all-packages.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/top-level') diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index c2f9c0010fc..3871dbcaeeb 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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; -- cgit 1.4.1