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