From 928e6d23f9f61d45624568288b9deb196197c3cb Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 1 Dec 2025 14:55:18 +0100 Subject: [PATCH] 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 --- gnu/packages/emulators.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 780aa2a56986cc6217616cae06f53ad29f9b40ed..0274e5c906ebe354ee025d62a4724d801d83031b 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -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