From c8312a6d070677909130c227e9a5bbcaa6a57bfe Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Mon, 10 Jul 2023 19:48:20 +0200 Subject: [PATCH] gnu: crypto++: Add tunable property. * gnu/packages/crypto.scm (crypto++): Set tunable? property to true. Signed-off-by: Christopher Baines --- 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/")