mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
8306d3e529
* 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>
21 lines
617 B
Diff
21 lines
617 B
Diff
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",
|