* 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; 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; inherit fetchurl stdenv perl autoconf;
}; };

View File

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