guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: crypto++: Returt #t from all phases.


From: guix-commits
Subject: 04/09: gnu: crypto++: Returt #t from all phases.
Date: Wed, 19 Feb 2020 18:46:37 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e54b381dd4080e70fe2fca4428ea5be3ff6ba63b
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Feb 19 18:48:59 2020 +0100

    gnu: crypto++: Returt #t from all phases.
    
    * gnu/packages/crypto.scm (crypto++)[arguments]: Return #t from
    ‘install-pkg-config’.
---
 gnu/packages/crypto.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index aa65774..1c665c8 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -663,7 +663,8 @@ data on your platform, so the seed itself will be as random 
as possible.
                      "Description: Class library of cryptographic schemes"
                      "Version: " ,version "\n"
                      "Libs: -L${libdir} -lcryptopp\n"
-                     "Cflags: -I${includedir}\n"))))))))))
+                     "Cflags: -I${includedir}\n"))
+                   #t))))))))
     (native-inputs
      `(("unzip" ,unzip)))
     (home-page "https://cryptopp.com/";)



reply via email to

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