summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorMartin Bravenboer <martin.bravenboer@logicblox.com>2005-01-26 09:47:20 +0000
committerMartin Bravenboer <martin.bravenboer@logicblox.com>2005-01-26 09:47:20 +0000
commit7387c6130a6285ccda94017aee94619faca370e3 (patch)
treeea42ddec0f7d7b507ee0fff190cce85793b159e5 /pkgs/system/all-packages-generic.nix
parent99c054c0533dfb49504fa152edc8e44ca6eea468 (diff)
downloadnixpkgs-7387c6130a6285ccda94017aee94619faca370e3.tar
nixpkgs-7387c6130a6285ccda94017aee94619faca370e3.tar.gz
nixpkgs-7387c6130a6285ccda94017aee94619faca370e3.tar.bz2
nixpkgs-7387c6130a6285ccda94017aee94619faca370e3.tar.lz
nixpkgs-7387c6130a6285ccda94017aee94619faca370e3.tar.xz
nixpkgs-7387c6130a6285ccda94017aee94619faca370e3.tar.zst
nixpkgs-7387c6130a6285ccda94017aee94619faca370e3.zip
Added automake194 attribute
svn path=/nixpkgs/trunk/; revision=2096
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index cfd3ae03c81..fc87926313c 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;