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:
Maxim Cournoyer 2024-09-28 09:27:09 +09:00
parent 3f20214662
commit 7fe3a5d216
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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"