* Filename fix.
svn path=/nixpkgs/trunk/; revision=2427
This commit is contained in:
parent
c517847eab
commit
10e4887e50
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ let {
|
|||||||
binutils
|
binutils
|
||||||
gnum4
|
gnum4
|
||||||
autoconf
|
autoconf
|
||||||
automake194
|
automake19x
|
||||||
libtool
|
libtool
|
||||||
pkgconfig
|
pkgconfig
|
||||||
valgrind
|
valgrind
|
||||||
|
Loading…
x
Reference in New Issue
Block a user