diff options
| author | OPNA2608 <opna2608@protonmail.com> | 2025-04-10 17:20:10 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-12 16:09:24 +0000 |
| commit | cf211afdc427897527a0137553fb61205b9a9b6e (patch) | |
| tree | 08632e3d675636f7ef45238d83b1aee115c8aa77 | |
| parent | palemoon-bin: 33.6.1 -> 33.7.0 (diff) | |
| download | nixpkgs-origin/backport-397417-to-release-24.11.tar.gz | |
palemoon-bin: Pin ffmpeg to ffmpeg_6origin/backport-397417-to-release-24.11
ffmpeg 7 is not supported yet: https://repo.palemoon.org/MoonchildProductions/UXP/issues/2523
(cherry picked from commit eb752fde7c973bef0e64fdb40ecac86612d50c1a)
| -rw-r--r-- | pkgs/applications/networking/browsers/palemoon/bin.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/palemoon/bin.nix b/pkgs/applications/networking/browsers/palemoon/bin.nix index d87d0f8ef211..d6baf363af04 100644 --- a/pkgs/applications/networking/browsers/palemoon/bin.nix +++ b/pkgs/applications/networking/browsers/palemoon/bin.nix @@ -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 ] |
