gnu: crypto++: Add tunable property.
* gnu/packages/crypto.scm (crypto++): Set tunable? property to true. Signed-off-by: Christopher Baines <mail@cbaines.net>
parent
1138445494
commit
c8312a6d07
|
@ -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/")
|
||||
|
|
Reference in New Issue