~ruther/guix-local

7ce90c2cce3ed26878591015d04c8162b2676bee — bdunahu 2 months ago e0d9777
gnu: mupen64plus-core: Update to 2.6.0.

* gnu/packages/emulators.scm (mupen64plus-core): Update to 2.6.0.
[inputs]: Add vulkan-loader.

Change-Id: Ief3c7b381269532999dffb128080fcaf3f1f2b06
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/emulators.scm
M gnu/packages/emulators.scm => gnu/packages/emulators.scm +3 -2
@@ 1239,7 1239,7 @@ Enjoy all of your favorite Atari 2600 games on your PC thanks to Stella!")
(define-public mupen64plus-core
  (package
    (name "mupen64plus-core")
    (version "2.5.9")
    (version "2.6.0")
    (source
     (origin
       (method git-fetch)


@@ 1248,7 1248,7 @@ Enjoy all of your favorite Atari 2600 games on your PC thanks to Stella!")
             (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1iav8r3f0r44sq9pz4zjqrdzyspk412c117ywxz02qpjkhkf91a3"))))
        (base32 "1xf15b6c3i0vv92b420a92pfvfaxhji56ivin8pn5r7fajkqyfb7"))))
    (build-system gnu-build-system)
    (native-inputs
     (list pkg-config nasm which))


@@ 1258,6 1258,7 @@ Enjoy all of your favorite Atari 2600 games on your PC thanks to Stella!")
           libpng
           mesa
           sdl2
           vulkan-loader
           zlib))
    (arguments
     '(#:phases