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:
parent
99c054c053
commit
7387c6130a
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue