3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: discount: Install .pc file.

* gnu/packages/markup.scm (discount)[native-inputs]: Add pkg-config.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-07 14:50:59 +02:00
parent 34316794e7
commit 01f9a4c0f2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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