~ruther/guix-local

928e6d23f9f61d45624568288b9deb196197c3cb — Andreas Enge 2 months ago 587542a
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
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/emulators.scm
M gnu/packages/emulators.scm => gnu/packages/emulators.scm +4 -1
@@ 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