me
/
guix
Archived
1
0
Fork 0

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.
master
Jelle Licht 2020-08-28 15:36:55 +02:00
parent d0af85b1bc
commit 3afa95ed18
No known key found for this signature in database
GPG Key ID: DA4597F947B41025
1 changed files with 1 additions and 1 deletions

View File

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