megacmd: fix 'AM_INIT_AUTOMAKE expanded multiple times' build error

megacmd fails to build with autoconf >=1.16.5, where this became
an error

closes #153230
This commit is contained in:
lunik1 2022-01-02 22:13:22 +00:00
parent d6425c9ee1
commit f1ddf88493
No known key found for this signature in database
GPG Key ID: 6A37DF9483188492

View File

@ -1,7 +1,7 @@
{ lib
, stdenv
, autoconf
, automake
, automake115x
, c-ares
, cryptopp
, curl
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
autoconf
automake
automake115x
libtool
pkg-config
];