guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#64558] [PATCH 2/2] gnu: crypto++: Add tunable property.


From: Jean-Pierre De Jesus DIAZ
Subject: [bug#64558] [PATCH 2/2] gnu: crypto++: Add tunable property.
Date: Mon, 10 Jul 2023 19:48:20 +0200

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

Signed-off-by: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com>
---
 gnu/packages/crypto.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 69d979fef4..995f01c2d0 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -780,6 +780,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/";)
-- 
2.34.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]