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