me
/
guix
Archived
1
0
Fork 0

gnu: crypto++: Add tunable property.

* gnu/packages/crypto.scm (crypto++): Set tunable? property to true.

Signed-off-by: Christopher Baines <mail@cbaines.net>
Jean-Pierre De Jesus DIAZ 2023-07-10 19:48:20 +02:00 committed by Christopher Baines
parent 1138445494
commit c8312a6d07
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 1 additions and 0 deletions

View File

@ -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/")