8 # build fails with latest ffmpeg, see https://github.com/meganz/MEGAcmd/issues/523.
9 # to be re-enabled when patch available
24 stdenv.mkDerivation rec {
28 src = fetchFromGitHub {
31 rev = "${version}_Linux";
32 sha256 = "sha256-JnxfFbM+NyeUrEMok62zlsQIxjrUvLLg4tUTiKPDZFc=";
33 fetchSubmodules = true;
36 enableParallelBuilding = true;
37 nativeBuildInputs = [ autoreconfHook pkg-config ];
57 "--disable-curl-checks"
74 description = "MEGA Command Line Interactive and Scriptable Application";
75 homepage = "https://mega.io/cmd";
76 license = with licenses; [ bsd2 gpl3Only ];
77 platforms = [ "i686-linux" "x86_64-linux" ];
78 maintainers = with maintainers; [ lunik1 ];