guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: crypto++: Add missing newline to generated f


From: guix-commits
Subject: branch master updated: gnu: crypto++: Add missing newline to generated file.
Date: Fri, 28 Aug 2020 10:17:05 -0400

This is an automated email from the git hooks/post-receive script.

jlicht pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3afa95e  gnu: crypto++: Add missing newline to generated file.
3afa95e is described below

commit 3afa95ed18cf767c5c997563385506764afac103
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Fri Aug 28 15:36:55 2020 +0200

    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.
---
 gnu/packages/crypto.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 53af54c..02ad610 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.
                      "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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]