megacmd: temporarily remove ffmpeg dependency (#123711)

Build fails against ffmpeg 4.4, and ffmpeg_3 is to be marked insecure.

authored by

lunik1 and committed by
GitHub
f06e539e a20dd346

+5 -3
+5 -3
pkgs/applications/misc/megacmd/default.nix
··· 6 , cryptopp 7 , curl 8 , fetchFromGitHub 9 - , ffmpeg_3 # build fails with latest ffmpeg, see https://github.com/meganz/MEGAcmd/issues/523 10 , freeimage 11 , gcc-unwrapped 12 , libmediainfo ··· 44 c-ares 45 cryptopp 46 curl 47 - ffmpeg_3 48 freeimage 49 gcc-unwrapped 50 libmediainfo ··· 67 "--with-cares" 68 "--with-cryptopp" 69 "--with-curl" 70 - "--with-ffmpeg" 71 "--with-freeimage" 72 "--with-libmediainfo" 73 "--with-libuv"
··· 6 , cryptopp 7 , curl 8 , fetchFromGitHub 9 + # build fails with latest ffmpeg, see https://github.com/meganz/MEGAcmd/issues/523. 10 + # to be re-enabled when patch available 11 + # , ffmpeg 12 , freeimage 13 , gcc-unwrapped 14 , libmediainfo ··· 46 c-ares 47 cryptopp 48 curl 49 + # ffmpeg 50 freeimage 51 gcc-unwrapped 52 libmediainfo ··· 69 "--with-cares" 70 "--with-cryptopp" 71 "--with-curl" 72 + # "--with-ffmpeg" 73 "--with-freeimage" 74 "--with-libmediainfo" 75 "--with-libuv"