mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: Add discount-2.
* gnu/packages/markup.scm (discount-2): New variable. Change-Id: Ic71a3d01b735dcdd20730efde69e29fb2f7a8a62 Signed-off-by: Sughosha <sughosha@disroot.org>
This commit is contained in:
parent
0a6dbaeb66
commit
7d23866f0d
1 changed files with 12 additions and 0 deletions
|
|
@ -329,6 +329,18 @@ documents in the ms and man formats, LaTeX, gemini, and terminal output.")
|
|||
(home-page "https://www.pell.portland.or.us/~orc/Code/discount/")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public discount-2
|
||||
(package/inherit discount
|
||||
(version "2.2.7d")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"http://www.pell.portland.or.us/~orc/Code/"
|
||||
"discount/discount-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0lkvnysnnaw431dam3b8b1f0ln1iscas5wcgw0bxx35fjqg098hj"))))))
|
||||
|
||||
(define-public perl-text-markdown
|
||||
(package
|
||||
(name "perl-text-markdown")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue