mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: crypto++: Add missing newline to generated file.
* gnu/packages/crypto.scm (crypto++)[arguments] <#:phases>['install-pkg-config]: Add newline after "Description" in generated .pc file.
This commit is contained in:
parent
d0af85b1bc
commit
3afa95ed18
1 changed files with 1 additions and 1 deletions
|
@ -765,7 +765,7 @@ (define-public crypto++
|
|||
"libdir=" out "/lib\n"
|
||||
"includedir=" out "/include\n\n"
|
||||
"Name: libcrypto++-" ,version "\n"
|
||||
"Description: Class library of cryptographic schemes"
|
||||
"Description: Class library of cryptographic schemes\n"
|
||||
"Version: " ,version "\n"
|
||||
"Libs: -L${libdir} -lcryptopp\n"
|
||||
"Cflags: -I${includedir}\n"))
|
||||
|
|
Loading…
Reference in a new issue