gnu: syncthing: Mark as tunable.

* gnu/packages/syncthing.scm (syncthing)[properties]: Mark package as
tunable.

Change-Id: Ia885bbd32f043e83b231359cca438ea9caf4e8dc
This commit is contained in:
Efraim Flashner 2024-03-06 09:22:29 +02:00
parent 62d8b14e32
commit ac74586ff3
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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