diff options
-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/") |