mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-05 23:02:22 +00:00
megacmd: temporarily remove ffmpeg dependency (#123711)
Build fails against ffmpeg 4.4, and ffmpeg_3 is to be marked insecure.
This commit is contained in:
parent
a20dd34600
commit
f06e539ef4
|
@ -6,7 +6,9 @@
|
||||||
, cryptopp
|
, cryptopp
|
||||||
, curl
|
, curl
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, ffmpeg_3 # build fails with latest ffmpeg, see https://github.com/meganz/MEGAcmd/issues/523
|
# build fails with latest ffmpeg, see https://github.com/meganz/MEGAcmd/issues/523.
|
||||||
|
# to be re-enabled when patch available
|
||||||
|
# , ffmpeg
|
||||||
, freeimage
|
, freeimage
|
||||||
, gcc-unwrapped
|
, gcc-unwrapped
|
||||||
, libmediainfo
|
, libmediainfo
|
||||||
|
@ -44,7 +46,7 @@ stdenv.mkDerivation rec {
|
||||||
c-ares
|
c-ares
|
||||||
cryptopp
|
cryptopp
|
||||||
curl
|
curl
|
||||||
ffmpeg_3
|
# ffmpeg
|
||||||
freeimage
|
freeimage
|
||||||
gcc-unwrapped
|
gcc-unwrapped
|
||||||
libmediainfo
|
libmediainfo
|
||||||
|
@ -67,7 +69,7 @@ stdenv.mkDerivation rec {
|
||||||
"--with-cares"
|
"--with-cares"
|
||||||
"--with-cryptopp"
|
"--with-cryptopp"
|
||||||
"--with-curl"
|
"--with-curl"
|
||||||
"--with-ffmpeg"
|
# "--with-ffmpeg"
|
||||||
"--with-freeimage"
|
"--with-freeimage"
|
||||||
"--with-libmediainfo"
|
"--with-libmediainfo"
|
||||||
"--with-libuv"
|
"--with-libuv"
|
||||||
|
|
Loading…
Reference in a new issue