gnu: discount: Install .pc file.
* gnu/packages/markup.scm (discount)[native-inputs]: Add pkg-config.
This commit is contained in:
parent
34316794e7
commit
01f9a4c0f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user