mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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 @@ (define (directory? x)
|
||||||
;; 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…
Reference in a new issue