From 7387c6130a6285ccda94017aee94619faca370e3 Mon Sep 17 00:00:00 2001 From: Martin Bravenboer Date: Wed, 26 Jan 2005 09:47:20 +0000 Subject: [PATCH] Added automake194 attribute svn path=/nixpkgs/trunk/; revision=2096 --- pkgs/system/all-packages-generic.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index cfd3ae03c814..fc87926313c8 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -205,6 +205,10 @@ rec { inherit fetchurl stdenv perl autoconf; }; + automake194 = (import ../development/tools/misc/automake/automake-1.9.4.nix) { + inherit fetchurl stdenv perl autoconf; + }; + libtool = (import ../development/tools/misc/libtool) { inherit fetchurl stdenv perl; m4 = gnum4;