[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/22: gnu: retroarch: Really disable online fetching of cores and resou
From: |
guix-commits |
Subject: |
08/22: gnu: retroarch: Really disable online fetching of cores and resources. |
Date: |
Sun, 6 Oct 2024 12:21:24 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 7fe3a5d216165a291c2c943f09bdc57cbb28f9d5
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Sep 28 09:27:09 2024 +0900
gnu: retroarch: Really disable online fetching of cores and resources.
* gnu/packages/emulators.scm (retroarch)
[phases] <configure>: Add --disable-update_core_info and
--disable-online_updater configuration flags.
Change-Id: Ie97a32e46324120d01af7f53e805f12893f63a75
---
gnu/packages/emulators.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index a3a63c4545..6e3c19b9e1 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1652,6 +1652,8 @@ physical device and the RetroPad virtual controller.")
;; Non-free software are available through the core updater,
;; disable it. See <https://issues.guix.gnu.org/38360>.
"--disable-update_cores"
+ "--disable-update_core_info"
+ "--disable-online_updater"
;; The assets are provided via the `retroarch-assets' package.
"--disable-update_assets"
"--disable-builtinmbedtls"
- branch master updated (964c075dc5 -> 970631c36f), guix-commits, 2024/10/06
- 06/22: gnu: retroarch: Reduce bundled libraries to a minimum., guix-commits, 2024/10/06
- 05/22: gnu: retroarch: Add missing fontconfig and v4l-utils inputs., guix-commits, 2024/10/06
- 10/22: gnu: retroarch: Update to 1.19.1-1.48b71d5., guix-commits, 2024/10/06
- 22/22: gnu: sdl2-gamecontrollerdb: Update to 0-2.414eaee., guix-commits, 2024/10/06
- 04/22: gnu: retroarch: Use gexps., guix-commits, 2024/10/06
- 14/22: gnu: Add libretro-bsnes-jg., guix-commits, 2024/10/06
- 13/22: gnu: Add libretro-slang-shaders., guix-commits, 2024/10/06
- 08/22: gnu: retroarch: Really disable online fetching of cores and resources.,
guix-commits <=
- 07/22: gnu: retroarch: Extend search-path support., guix-commits, 2024/10/06
- 12/22: gnu: Add libretro-mupen64plus-nx., guix-commits, 2024/10/06
- 09/22: gnu: retroarch: Propagate core assets., guix-commits, 2024/10/06
- 16/22: services: Extend udev rules in joycond-service-type., guix-commits, 2024/10/06
- 02/22: gnu: Add retroarch-core-info., guix-commits, 2024/10/06
- 01/22: gnu: Add retroarch-assets., guix-commits, 2024/10/06
- 03/22: gnu: Add retroarch-joypad-autoconfig., guix-commits, 2024/10/06
- 15/22: services: networking: Add 'version' field to dhcp-client-configuration., guix-commits, 2024/10/06
- 20/22: gnu: cling: Reduce closure by 236 MiB., guix-commits, 2024/10/06
- 11/22: gnu: libretro-lowresnx: Use gexps., guix-commits, 2024/10/06