mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: syncthing: Mark as tunable.
* gnu/packages/syncthing.scm (syncthing)[properties]: Mark package as tunable. Change-Id: Ia885bbd32f043e83b231359cca438ea9caf4e8dc
This commit is contained in:
parent
62d8b14e32
commit
ac74586ff3
1 changed files with 3 additions and 1 deletions
|
@ -129,7 +129,9 @@ (define-public syncthing
|
|||
(home-page "https://github.com/syncthing/syncthing")
|
||||
(properties
|
||||
'((release-monitoring-url . "https://syncthing.net/downloads/")
|
||||
(upstream-name . "syncthing-source")))
|
||||
(upstream-name . "syncthing-source")
|
||||
;; The hashing code greatly benefits from newer architecture support.
|
||||
(tunable? . #t)))
|
||||
(license mpl2.0)))
|
||||
|
||||
(define-public syncthing-gtk
|
||||
|
|
Loading…
Reference in a new issue