[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
- 06/13: gnu: vim: Update to 8.2.1812., (continued)
- 06/13: gnu: vim: Update to 8.2.1812., guix-commits, 2020/10/08
- 02/13: gnu: chrony: Support Network Time Security (NTS)., guix-commits, 2020/10/08
- 05/13: gnu: s6-linux-utils: Update to 2.5.1.3., guix-commits, 2020/10/08
- 08/13: gnu: borg: Update to 1.1.14., guix-commits, 2020/10/08
- 04/13: gnu: s6-networking: Update to 2.3.2.0., guix-commits, 2020/10/08
- 07/13: gnu: facter: Update to 4.0.42., guix-commits, 2020/10/08
- 10/13: gnu: entr: Remove erroneous use of DESTDIR., guix-commits, 2020/10/08
- 11/13: gnu: discount: Cross-compile., guix-commits, 2020/10/08
- 09/13: gnu: perl-file-listing: Update to 6.11., guix-commits, 2020/10/08
- 12/13: gnu: discount: Update to 2.2.7., guix-commits, 2020/10/08
- 13/13: gnu: discount: Install .pc file.,
guix-commits <=