mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: retroarch-minimal: Update to 1.21.0.
* gnu/packages/emulators.scm (retroarch-minimal): Update to 1.21.0. [source]: Remove retroarch-improved-search-paths.patch patch. [inputs]: Replace qtbase-5 with qtbase. * gnu/packages/patches/retroarch-improved-search-paths.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. Change-Id: I5f2972c9ad73af060147f9b9b37eb7f8e517cbd9
This commit is contained in:
parent
30a9e5deab
commit
d5c1f1420b
3 changed files with 5 additions and 433 deletions
|
@ -2634,7 +2634,7 @@ GLSL (@file{.slang}) shaders for use with RetroArch.")
|
|||
(define-public retroarch-minimal
|
||||
(package
|
||||
(name "retroarch-minimal")
|
||||
(version "1.20.0")
|
||||
(version "1.21.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2669,11 +2669,10 @@ GLSL (@file{.slang}) shaders for use with RetroArch.")
|
|||
;; This is an old root certificate used in net_socket_ssl_mbed.c,
|
||||
;; not actually from mbedtls.
|
||||
(delete-all-but "deps/mbedtls" "cacert.h")))
|
||||
(patches (search-patches "retroarch-improved-search-paths.patch"
|
||||
"retroarch-unbundle-spirv-cross.patch"))
|
||||
(patches (search-patches "retroarch-unbundle-spirv-cross.patch"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0yc16j3g2g0if64xqd7qr4dza8rw10x0zypwbl92y735825p87qi"))))
|
||||
(base32 "17l3x77vd52g7zq62g3j1jxr51ksmdnxif1qh671qi19fsd19v1r"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -2755,7 +2754,7 @@ GLSL (@file{.slang}) shaders for use with RetroArch.")
|
|||
openssl
|
||||
pulseaudio
|
||||
python
|
||||
qtbase-5
|
||||
qtbase
|
||||
sdl2
|
||||
spirv-cross
|
||||
spirv-headers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue