diff options
| author | Jelle Licht <jlicht@fsfe.org> | 2020-08-28 15:36:55 +0200 |
|---|---|---|
| committer | Jelle Licht <jlicht@fsfe.org> | 2020-08-28 15:36:55 +0200 |
| commit | 3afa95ed18cf767c5c997563385506764afac103 (patch) | |
| tree | 7a9c2a05201dee135218de0481ca48f93c5b014d /gnu | |
| parent | d0af85b1bcba7a1386d940b6c8160fb2ec7374b8 (diff) | |
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.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/crypto.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 53af54c9652..02ad610f901 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm | |||
| @@ -765,7 +765,7 @@ data on your platform, so the seed itself will be as random as possible. | |||
| 765 | "libdir=" out "/lib\n" | 765 | "libdir=" out "/lib\n" |
| 766 | "includedir=" out "/include\n\n" | 766 | "includedir=" out "/include\n\n" |
| 767 | "Name: libcrypto++-" ,version "\n" | 767 | "Name: libcrypto++-" ,version "\n" |
| 768 | "Description: Class library of cryptographic schemes" | 768 | "Description: Class library of cryptographic schemes\n" |
| 769 | "Version: " ,version "\n" | 769 | "Version: " ,version "\n" |
| 770 | "Libs: -L${libdir} -lcryptopp\n" | 770 | "Libs: -L${libdir} -lcryptopp\n" |
| 771 | "Cflags: -I${includedir}\n")) | 771 | "Cflags: -I${includedir}\n")) |
