mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: Add erlang-p1-mysql.
* gnu/packages/erlang-xyz.scm (erlang-p1-mysql): New variable. Change-Id: I4c27d8e91295bcefa95245f6bf09799a3c06fd5a Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
8108631e15
commit
560a9c96a9
1 changed files with 16 additions and 0 deletions
|
@ -167,6 +167,22 @@ (define-public erlang-p1-utils
|
|||
(home-page "https://hex.pm/packages/p1_utils")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public erlang-p1-mysql
|
||||
(package
|
||||
(name "erlang-p1-mysql")
|
||||
(version "1.0.24")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "p1_mysql" version))
|
||||
(sha256
|
||||
(base32 "0pv5zfpkw6sgmn6jbm5k635xnx8kkcvgynka5ix50zr5cigqcn7h"))))
|
||||
(build-system rebar-build-system)
|
||||
(synopsis "Pure Erlang MySQL driver")
|
||||
(description "This package provides pure Erlang @code{MySQL} driver.")
|
||||
(home-page "https://hex.pm/packages/p1_mysql")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public erlang-stringprep
|
||||
(package
|
||||
(name "erlang-stringprep")
|
||||
|
|
Loading…
Reference in a new issue