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
@ -765,7 +765,7 @@ data on your platform, so the seed itself will be as random as possible.
|
||||
"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 New Issue
Block a user