diff options
author | Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com> | 2023-07-10 19:48:20 +0200 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-10-17 10:24:01 +0100 |
commit | c8312a6d070677909130c227e9a5bbcaa6a57bfe (patch) | |
tree | 3c146aa4bab78cdce3064767149e466e50e38a88 /gnu/packages/crypto.scm | |
parent | 113844549491a4280505049c39a60bc61840ee5f (diff) |
gnu: crypto++: Add tunable property.
* gnu/packages/crypto.scm (crypto++): Set tunable? property to true.
Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/packages/crypto.scm')
-rw-r--r-- | gnu/packages/crypto.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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/") |