[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: syncthing: Mark as tunable.
From: |
guix-commits |
Subject: |
03/07: gnu: syncthing: Mark as tunable. |
Date: |
Tue, 12 Mar 2024 07:51:46 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit ac74586ff355df5e14242a5ad0bad23ede23a36e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 6 09:22:29 2024 +0200
gnu: syncthing: Mark as tunable.
* gnu/packages/syncthing.scm (syncthing)[properties]: Mark package as
tunable.
Change-Id: Ia885bbd32f043e83b231359cca438ea9caf4e8dc
---
gnu/packages/syncthing.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index d09b03bcdb..744b857070 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -129,7 +129,9 @@ Protocol.")
(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
- branch master updated (a52701a4d3 -> fc1762fe38), guix-commits, 2024/03/12
- 02/07: gnu: rust-bindgen-cli: Add shell completions., guix-commits, 2024/03/12
- 06/07: gnu: ssh-to-age: Update to 1.1.7., guix-commits, 2024/03/12
- 03/07: gnu: syncthing: Mark as tunable.,
guix-commits <=
- 05/07: gnu: hypre: Honor the #:tests? flag., guix-commits, 2024/03/12
- 01/07: gnu: Add rust-bindgen-cli-0.69., guix-commits, 2024/03/12
- 04/07: gnu: petsc: Add tunable property., guix-commits, 2024/03/12
- 07/07: gnu: ruby-x25519: Fix build on non x86_64., guix-commits, 2024/03/12