gnu: crypto++: Returt #t from all phases.

* gnu/packages/crypto.scm (crypto++)[arguments]: Return #t from
‘install-pkg-config’.
This commit is contained in:
Tobias Geerinckx-Rice 2020-02-19 18:48:59 +01:00
parent bfa3caa2fb
commit e54b381dd4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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