diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index e3dd452d8cf0..dfa7b4a530cc 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -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; }; diff --git a/pkgs/system/populate-cache.nix b/pkgs/system/populate-cache.nix index 44535c82e265..ad6eab22cb9a 100644 --- a/pkgs/system/populate-cache.nix +++ b/pkgs/system/populate-cache.nix @@ -25,7 +25,7 @@ let { binutils gnum4 autoconf - automake194 + automake19x libtool pkgconfig valgrind