Merge pull request #153272 from lunik1/fix-megacmd

megacmd: fix 'AM_INIT_AUTOMAKE expanded multiple times' build error
This commit is contained in:
markuskowa 2022-01-03 08:48:59 +01:00 committed by GitHub
commit 043bde8b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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