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