me
/
guix
Archived
1
0
Fork 0

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>
master
Igor Goryachev via Guix-patches via 2024-08-05 13:44:59 +03:00 committed by Andrew Tropin
parent 8108631e15
commit 560a9c96a9
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 16 additions and 0 deletions

View File

@ -167,6 +167,22 @@ Erlang and Elixir.")
(home-page "https://hex.pm/packages/p1_utils") (home-page "https://hex.pm/packages/p1_utils")
(license license:asl2.0))) (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 (define-public erlang-stringprep
(package (package
(name "erlang-stringprep") (name "erlang-stringprep")