mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-05 09:47:03 +00:00
Added automake194 attribute
svn path=/nixpkgs/trunk/; revision=2096
This commit is contained in:
parent
99c054c053
commit
7387c6130a
1 changed files with 4 additions and 0 deletions
|
@ -205,6 +205,10 @@ rec {
|
||||||
inherit fetchurl stdenv perl autoconf;
|
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) {
|
libtool = (import ../development/tools/misc/libtool) {
|
||||||
inherit fetchurl stdenv perl;
|
inherit fetchurl stdenv perl;
|
||||||
m4 = gnum4;
|
m4 = gnum4;
|
||||||
|
|
Loading…
Add table
Reference in a new issue