gnu: crypto++: Add tunable property.

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

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
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

View file

@ -783,6 +783,7 @@ (define-public crypto++
(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/")