From 10e4887e50c7f25ca6539173d21415b9b3fa30f0 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 17 Mar 2005 09:18:49 +0000 Subject: [PATCH] * Filename fix. svn path=/nixpkgs/trunk/; revision=2427 --- pkgs/system/all-packages-generic.nix | 2 +- pkgs/system/populate-cache.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index e3dd452d8cf..dfa7b4a530c 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 44535c82e26..ad6eab22cb9 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