me
/
guix
Archived
1
0
Fork 0

gnu: discount: Install .pc file.

* gnu/packages/markup.scm (discount)[native-inputs]: Add pkg-config.
master
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
1 changed files with 3 additions and 0 deletions

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