mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add erlang-edown.
* gnu/packages/erlang.scm (erlang-edown): New variable.
This commit is contained in:
parent
4af9fa1130
commit
e0376bc8a4
1 changed files with 17 additions and 0 deletions
|
@ -300,6 +300,23 @@ (define-public erlang-cth-readable
|
|||
outputs you want to be readable around all that noise they contain.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public erlang-edown
|
||||
(package
|
||||
(name "erlang-edown")
|
||||
(version "0.8.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "edown" version))
|
||||
(sha256
|
||||
(base32 "0ij47gvgs6yfqphj0f54qjzj18crj8y1dsjjlzpp3dp8pscqzbqw"))))
|
||||
(build-system rebar-build-system)
|
||||
(home-page "https://github.com/uwiger/edown")
|
||||
(synopsis "Markdown extension for EDoc")
|
||||
(description "This package provides an extension for EDoc for generating
|
||||
Markdown.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public erlang-erlware-commons
|
||||
(package
|
||||
(name "erlang-erlware-commons")
|
||||
|
|
Loading…
Reference in a new issue