[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/")
- branch master updated (f55084b -> 00c967f), guix-commits, 2020/02/19
- 02/09: gnu: crypto++: Don't hard-code VERSION., guix-commits, 2020/02/19
- 04/09: gnu: crypto++: Returt #t from all phases.,
guix-commits <=
- 03/09: gnu: crypto++: Build in parallel., guix-commits, 2020/02/19
- 05/09: gnu: crypto++: Update to 8.2.0., guix-commits, 2020/02/19
- 01/09: gnu: libbytesize: Update to 2.2., guix-commits, 2020/02/19
- 06/09: gnu: munge: Update to 0.5.14., guix-commits, 2020/02/19
- 07/09: gnu: transset-df: Use HTTPS home page., guix-commits, 2020/02/19
- 08/09: gnu: python-scikit-image: Use HTTPS home page., guix-commits, 2020/02/19
- 09/09: gnu: js-selectize: Use HTTPS home page., guix-commits, 2020/02/19