palemoon-bin: Pin ffmpeg to ffmpeg_6

ffmpeg 7 is not supported yet: https://repo.palemoon.org/MoonchildProductions/UXP/issues/2523
This commit is contained in:
OPNA2608
2025-04-10 17:20:10 +02:00
parent 8da39e5b29
commit eb752fde7c
@@ -6,7 +6,9 @@
autoPatchelfHook,
copyDesktopItems,
dbus-glib,
ffmpeg,
# ffmpeg 7 not supported yet, results in MP4 playback being unavailable
# https://repo.palemoon.org/MoonchildProductions/UXP/issues/2523
ffmpeg_6,
gtk2-x11,
withGTK3 ? true,
gtk3,
@@ -145,7 +147,7 @@ stdenv.mkDerivation (finalAttrs: {
gappsWrapperArgs+=(
--prefix LD_LIBRARY_PATH : "${
lib.makeLibraryPath [
ffmpeg
ffmpeg_6
libglvnd
libpulseaudio
]