guix-commits
[Top][All Lists]
Advanced

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]