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

gnu: mgba-for-dolphin: Fix build.

* gnu/packages/emulators.scm (mgba-for-dolphin)[inputs]: Replace ffmpeg
by ffmpeg-6.

Fixes: guix/guix#3785
Change-Id: I65070e5d83e4103d132a0e2da7ee6ba72e77b3c6
This commit is contained in:
Andreas Enge
2025-12-01 14:55:18 +01:00
parent 587542abdb
commit 928e6d23f9

View File

@@ -1146,7 +1146,10 @@ The following systems are supported:
((#:configure-flags flags ''())
;; Relax error checks to avoid a build failure with GCC 14.
#~(cons "-DCMAKE_C_FLAGS=-Wno-error=incompatible-pointer-types"
#$flags))))))))
#$flags))))
(inputs
(modify-inputs (package-inputs mgba)
(replace "ffmpeg" ffmpeg-6)))))))
(define-public sameboy
(package