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
main
lunik1 3 years ago
parent d6425c9ee1
commit f1ddf88493
No known key found for this signature in database
GPG Key ID: 6A37DF9483188492
  1. 4
      pkgs/applications/misc/megacmd/default.nix

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

Loading…
Cancel
Save