summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-09-28 09:27:09 +0900
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-10-07 01:20:21 +0900
commit7fe3a5d216165a291c2c943f09bdc57cbb28f9d5 (patch)
treecb27b7d4f3ab101a2eb1fbf8c6e9b3a60b4ebb3b /gnu
parent3f20214662dd9b5525d0fc495d5c43f606ffb665 (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emulators.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index a3a63c4545c..6e3c19b9e15 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1652,6 +1652,8 @@ physical device and the RetroPad virtual controller.")
1652 ;; Non-free software are available through the core updater, 1652 ;; Non-free software are available through the core updater,
1653 ;; disable it. See <https://issues.guix.gnu.org/38360>. 1653 ;; disable it. See <https://issues.guix.gnu.org/38360>.
1654 "--disable-update_cores" 1654 "--disable-update_cores"
1655 "--disable-update_core_info"
1656 "--disable-online_updater"
1655 ;; The assets are provided via the `retroarch-assets' package. 1657 ;; The assets are provided via the `retroarch-assets' package.
1656 "--disable-update_assets" 1658 "--disable-update_assets"
1657 "--disable-builtinmbedtls" 1659 "--disable-builtinmbedtls"