mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: retroarch-core-info: Rename to libretro-core-info.
This is to match the upstream name. * gnu/packages/emulators.scm (retroarch-core-info): Rename to... (libretro-core-info): ... this, and mark the previous name as deprecated. (retroarch): Adjust accordingly. Reviewed-by: Sou Bunnbu (宋文武) <iyzsong@member.fsf.org> Change-Id: I634f4b2ecc6d798b8a5386d9449fd32945453844
This commit is contained in:
parent
3b5dfbbfac
commit
f30a31d797
1 changed files with 6 additions and 3 deletions
|
@ -1779,9 +1779,9 @@ libretro API, based on Mupen64Plus. It incorporates the following projects:
|
|||
generate the various User Experience (UX) environments.")
|
||||
(license license:cc-by4.0)))
|
||||
|
||||
(define-public retroarch-core-info
|
||||
(define-public libretro-core-info
|
||||
(package
|
||||
(name "retroarch-core-info")
|
||||
(name "libretro-core-info")
|
||||
(version "1.20.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -1803,6 +1803,9 @@ metadata about each known libretro core. The snapshot is taken from the
|
|||
@url{https://github.com/libretro/libretro-super, libretro-super} repository.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public retroarch-core-info
|
||||
(deprecated-package "retroarch-core-info" libretro-core-info))
|
||||
|
||||
(define-public retroarch-joypad-autoconfig
|
||||
(package
|
||||
(name "retroarch-joypad-autoconfig")
|
||||
|
@ -2726,7 +2729,7 @@ multi-system game/emulator system.")
|
|||
;; which is problematic. The environment variables overrides the
|
||||
;; configuration file values.
|
||||
retroarch-assets
|
||||
retroarch-core-info
|
||||
libretro-core-info
|
||||
retroarch-joypad-autoconfig))))
|
||||
|
||||
(define-public wasm4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue