mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add erlang-mochiweb.
* gnu/packages/erlang-xyz.scm (erlang-mochiweb): New variable. Change-Id: I0c58ffb9d1c279b290a195b3663ee16b3feb8b95 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a250c31e3a
commit
2a7d1f9eb2
2 changed files with 48 additions and 0 deletions
|
@ -365,6 +365,29 @@ Erlang.")
|
|||
(home-page "https://hex.pm/packages/mimerl")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public erlang-mochiweb
|
||||
(package
|
||||
(name "erlang-mochiweb")
|
||||
(version "3.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/mochi/mochiweb")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0npsgdz2jfg633zv5q5q7y3qzz58wva0y6k9calswybq0mx6243v"))
|
||||
(patches
|
||||
(search-patches
|
||||
"erlang-mochiweb-disable-known-to-fail-tests.patch"))))
|
||||
(build-system rebar-build-system)
|
||||
(synopsis "MochiMedia Web Server")
|
||||
(description "This package provides @code{MochiMedia}, an Erlang Web
|
||||
Server.")
|
||||
(home-page "https://github.com/mochi/mochiweb")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public erlang-pkix
|
||||
(package
|
||||
(name "erlang-pkix")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue