diff options
| author | André Batista <nandre@riseup.net> | 2025-10-04 15:02:08 -0300 |
|---|---|---|
| committer | Ian Eure <ian@retrospec.tv> | 2025-10-04 11:23:06 -0700 |
| commit | f86e5c55ae41f710cc3165f78457c94234f33dc5 (patch) | |
| tree | 95fc94b38761e68950f409b914af607da12d2e5f /gnu/packages/tor-browsers.scm | |
| parent | 3f1e7cc449ba443ea0c874be3c77b0fa32cbe660 (diff) | |
gnu: make-torbrowser: Build with ffmpeg@6.
ffmpeg@8 is not supported and breaks runtime support for some codecs. See:
<https://bugzilla.mozilla.org/show_bug.cgi?id=1962139>.
* gnu/packages/tor-browsers.scm (make-torbrowser): Build with ffmpeg-6.
Change-Id: I623beb0c181400c904b77d12cb730f0d148303ba
Diffstat (limited to 'gnu/packages/tor-browsers.scm')
| -rw-r--r-- | gnu/packages/tor-browsers.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/tor-browsers.scm b/gnu/packages/tor-browsers.scm index 3473829855f..2a5645272e1 100644 --- a/gnu/packages/tor-browsers.scm +++ b/gnu/packages/tor-browsers.scm | |||
| @@ -240,7 +240,8 @@ Browser.") | |||
| 240 | libxcomposite | 240 | libxcomposite |
| 241 | libxt | 241 | libxt |
| 242 | libffi | 242 | libffi |
| 243 | ffmpeg | 243 | ;; See <https://bugzilla.mozilla.org/show_bug.cgi?id=1962139> |
| 244 | ffmpeg-6 | ||
| 244 | libvpx | 245 | libvpx |
| 245 | icu4c | 246 | icu4c |
| 246 | pixman | 247 | pixman |
