aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/syncthing.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/syncthing.scm')
-rw-r--r--gnu/packages/syncthing.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index ea8249869d..47cbb7ee74 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -66,7 +66,6 @@
(list #:modules '((srfi srfi-26) ; for cut
(guix build utils)
(guix build go-build-system))
- #:go go-1.20
#:import-path "github.com/syncthing/syncthing"
;; We don't need to install the source code for end-user applications.
#:install-source? #f
E754-compatible history values....Marius Bakke 2022-01-29services: zabbix-server: Add shepherd actions for runtime control commands....Marius Bakke 2022-01-29services: zabbix-frontend: Fix configuration file for hard coded passwords....Marius Bakke 2022-01-26services: zabbix-server: Do not write database password to the store....Marius Bakke 2022-01-26services: zabbix-agent: Respect user and group configuration....Marius Bakke 2021-11-30services: Accept <inferior-package>s in lieu of <package>s....Tobias Geerinckx-Rice 2020-12-07prometheus-node-exporter: Support extra options....Christopher Baines 2020-12-07prometheus-node-exporter: Enable the textfile collector....Christopher Baines 2020-12-07services: prometheus-node-exporter: Use a log file....Christopher Baines 2020-12-07prometheus-node-exporter: Add user and group....Christopher Baines 2020-12-07services: prometheus-node-exporter: Neaten up....Christopher Baines 2020-11-29services: zabbix-agent: Delete not mandatory hostname configuration....Oleg Pykhalov 2020-11-05services: Remove imports of (ice-9 …) modules....Ludovic Courtès