1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: arcan: Build with FFMPEG 6.

* gnu/packages/arcan.scm (arcan)[inputs]: Replace ffmpeg with ffmpeg-6.
This commit is contained in:
Liliana Marie Prikler
2025-10-24 11:13:01 +02:00
parent 97e824230d
commit 282edfd127

View File

@@ -111,7 +111,7 @@
#:tests? #f))
(inputs `(("bash-minimal" ,bash-minimal)
("espeak" ,espeak)
("ffmpeg" ,ffmpeg)
("ffmpeg" ,ffmpeg-6)
("freetype" ,freetype)
("gumbo-parser" ,gumbo-parser)
("harfbuzz" ,harfbuzz)