mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
3f20214662
commit
7fe3a5d216
1 changed files with 2 additions and 0 deletions
|
@ -1652,6 +1652,8 @@ physical device and the RetroPad virtual controller.")
|
||||||
;; Non-free software are available through the core updater,
|
;; Non-free software are available through the core updater,
|
||||||
;; disable it. See <https://issues.guix.gnu.org/38360>.
|
;; disable it. See <https://issues.guix.gnu.org/38360>.
|
||||||
"--disable-update_cores"
|
"--disable-update_cores"
|
||||||
|
"--disable-update_core_info"
|
||||||
|
"--disable-online_updater"
|
||||||
;; The assets are provided via the `retroarch-assets' package.
|
;; The assets are provided via the `retroarch-assets' package.
|
||||||
"--disable-update_assets"
|
"--disable-update_assets"
|
||||||
"--disable-builtinmbedtls"
|
"--disable-builtinmbedtls"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue