diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-01-18 14:19:18 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-01-26 22:59:59 +0900 |
| commit | 826a9df7dd461639bafb32195e85d7fa4a3270b1 (patch) | |
| tree | a017b1bd672fedd62f66799d6b1830acaaf27504 /gnu/packages/emulators.scm | |
| parent | e17ace5e83a137defadfdfda4a9a650f21733163 (diff) | |
gnu: retroarch: Propagate libretro-database.
Otherwise, the search functionality of RetroArch would not work out of the
box.
* gnu/packages/emulators.scm (retroarch) [propagated-inputs]: Add
libretro-database.
Reviewed-by: Sou Bunnbu (宋文武) <iyzsong@member.fsf.org>
Change-Id: I63edad8d3e886a2be2a2f4f48f59fb5cbbf239f8
Diffstat (limited to 'gnu/packages/emulators.scm')
| -rw-r--r-- | gnu/packages/emulators.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 9f03ea64094..43d8d2bdf72 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm | |||
| @@ -2768,6 +2768,7 @@ multi-system game/emulator system.") | |||
| 2768 | ;; configuration file values. | 2768 | ;; configuration file values. |
| 2769 | retroarch-assets | 2769 | retroarch-assets |
| 2770 | libretro-core-info | 2770 | libretro-core-info |
| 2771 | libretro-database | ||
| 2771 | retroarch-joypad-autoconfig)))) | 2772 | retroarch-joypad-autoconfig)))) |
| 2772 | 2773 | ||
| 2773 | (define-public wasm4 | 2774 | (define-public wasm4 |
