guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: crypto++: Add tunable property.


From: guix-commits
Subject: 02/09: gnu: crypto++: Add tunable property.
Date: Tue, 17 Oct 2023 05:37:54 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit c8312a6d070677909130c227e9a5bbcaa6a57bfe
Author: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com>
AuthorDate: Mon Jul 10 19:48:20 2023 +0200

    gnu: crypto++: Add tunable property.
    
    * gnu/packages/crypto.scm (crypto++): Set tunable? property to true.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/crypto.scm | 1 +
 1 file changed, 1 insertion(+)

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



reply via email to

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