[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: crypto++: Add tunable property.
From: |
guix-commits |
Subject: |
02/09: gnu: crypto++: Add tunable property. |
Date: |
Tue, 17 Oct 2023 05:37:54 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit c8312a6d070677909130c227e9a5bbcaa6a57bfe
Author: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com>
AuthorDate: Mon Jul 10 19:48:20 2023 +0200
gnu: crypto++: Add tunable property.
* gnu/packages/crypto.scm (crypto++): Set tunable? property to true.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/crypto.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 9522d5aa50..67ced6ff4b 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -783,6 +783,7 @@ data on your platform, so the seed itself will be as random
as possible.
(apply invoke "make" target jobs make-flags)
(apply invoke "make" "libcryptopp.pc" jobs
make-flags)))))))
+ (properties '((tunable? . #t)))
(native-inputs
(list unzip))
(home-page "https://cryptopp.com/")
- branch master updated (0e467b7b0b -> d389f67773), guix-commits, 2023/10/17
- 01/09: gnu: crypto++: Update to 8.8.0., guix-commits, 2023/10/17
- 02/09: gnu: crypto++: Add tunable property.,
guix-commits <=
- 06/09: gnu: irssi: Update to 1.4.5., guix-commits, 2023/10/17
- 03/09: gnu: python-pyvista: Update to 0.42.3., guix-commits, 2023/10/17
- 09/09: gnu: guix-build-coordinator: Update to 0-90.3446355., guix-commits, 2023/10/17
- 08/09: gnu: mympd: Update to 12.1.0., guix-commits, 2023/10/17
- 05/09: gnu: mmg: Update to 5.7.2., guix-commits, 2023/10/17
- 07/09: gnu: nomad-optimizer: Update to 4.3.1., guix-commits, 2023/10/17
- 04/09: gnu: python-trimesh: Update to 3.23.5., guix-commits, 2023/10/17