guix-commits
[Top][All Lists]
Advanced

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

13/13: gnu: discount: Install .pc file.


From: guix-commits
Subject: 13/13: gnu: discount: Install .pc file.
Date: Thu, 8 Oct 2020 10:02:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 01f9a4c0f23e23e1e626007e6ead948923a23a0d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Oct 7 14:50:59 2020 +0200

    gnu: discount: Install .pc file.
    
    * gnu/packages/markup.scm (discount)[native-inputs]: Add pkg-config.
---
 gnu/packages/markup.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
index 9076bb7..af08774 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -34,6 +34,7 @@
   #:use-module (gnu packages compression)
   #:use-module (gnu packages)
   #:use-module (gnu packages perl)
+  #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages python)
   #:use-module (gnu packages web))
 
@@ -147,6 +148,8 @@ convert it to structurally valid XHTML (or HTML).")
                (invoke "./configure.sh"
                        (string-append "--prefix=" out)
                        "--shared")))))))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
     (synopsis "Markdown processing library, written in C")
     (description
      "Discount is a markdown implementation, written in C.  It provides a



reply via email to

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