* Filename fix.

svn path=/nixpkgs/trunk/; revision=2427
This commit is contained in:
Eelco Dolstra 2005-03-17 09:18:49 +00:00
parent c517847eab
commit 10e4887e50
2 changed files with 2 additions and 2 deletions

View file

@ -216,7 +216,7 @@ rec {
inherit fetchurl stdenv perl autoconf;
};
automake194 = (import ../development/tools/misc/automake/automake-1.9.4.nix) {
automake19x = (import ../development/tools/misc/automake/automake-1.9.x.nix) {
inherit fetchurl stdenv perl autoconf;
};

View file

@ -25,7 +25,7 @@ let {
binutils
gnum4
autoconf
automake194
automake19x
libtool
pkgconfig
valgrind