1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

Added automake194 attribute

svn path=/nixpkgs/trunk/; revision=2096
This commit is contained in:
Martin Bravenboer 2005-01-26 09:47:20 +00:00
parent 99c054c053
commit 7387c6130a

View file

@ -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;