me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crypto.scm (crypto++)[arguments]: Return #t from
‘install-pkg-config’.
master
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
1 changed files with 2 additions and 1 deletions

View File

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