mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: crypto++: Returt #t from all phases.
* gnu/packages/crypto.scm (crypto++)[arguments]: Return #t from ‘install-pkg-config’.
This commit is contained in:
parent
bfa3caa2fb
commit
e54b381dd4
1 changed files with 2 additions and 1 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue