mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add vcmi.
* gnu/packages/games.scm (vcmi): New variable. * gnu/packages/patches/vcmi-disable-privacy-breach.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
4c610d2b2e
commit
8306d3e529
3 changed files with 71 additions and 0 deletions
21
gnu/packages/patches/vcmi-disable-privacy-breach.patch
Normal file
21
gnu/packages/patches/vcmi-disable-privacy-breach.patch
Normal file
|
@ -0,0 +1,21 @@
|
|||
Origin: https://salsa.debian.org/games-team/vcmi/-/blob/debian/1.1.0+dfsg-1/debian/patches/disable-privacy-breach
|
||||
From: Johannes Schauer <josch@debian.org>
|
||||
Subject: do not check remote repositories on startup by default
|
||||
Forwarded: not-needed
|
||||
|
||||
--- a/config/schemas/settings.json
|
||||
+++ b/config/schemas/settings.json
|
||||
@@ -401,11 +401,11 @@
|
||||
},
|
||||
"autoCheckRepositories" : {
|
||||
"type" : "boolean",
|
||||
- "default" : true
|
||||
+ "default" : false
|
||||
},
|
||||
"updateOnStartup" : {
|
||||
"type" : "boolean",
|
||||
- "default" : true
|
||||
+ "default" : false
|
||||
},
|
||||
"updateConfigUrl" : {
|
||||
"type" : "string",
|
Loading…
Add table
Add a link
Reference in a new issue