summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/syncthing.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 6470c2d2a2..bb893ef157 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -229,7 +229,9 @@ notification area icon for Syncthing. Supported Syncthing features:
(base32 "1mw7kxj0smcf4vgpxai7m9vncdx2d3blxqy13hffvza0fxnwkv37"))))
(build-system go-build-system)
(arguments
- '(#:import-path "github.com/syncthing/notify"))
+ (list
+ #:parallel-tests? #f
+ #:import-path "github.com/syncthing/notify"))
(propagated-inputs
(list go-golang-org-x-sys))
(home-page "https://github.com/syncthing/notify")