me
/
guix
Archived
1
0
Fork 0

gnu: Add erlang-p1-pgsql.

* gnu/packages/erlang-xyz.scm (erlang-p1-pgsql): New variable.

Change-Id: I7b206a78796462f70574e9f7c9e31a134ca5f56f
Signed-off-by: Andrew Tropin <andrew@trop.in>
master
Igor Goryachev via Guix-patches via 2024-08-05 13:45:00 +03:00 committed by Andrew Tropin
parent 560a9c96a9
commit ef9aaea70f
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 17 additions and 0 deletions

View File

@ -183,6 +183,23 @@ Erlang and Elixir.")
(home-page "https://hex.pm/packages/p1_mysql") (home-page "https://hex.pm/packages/p1_mysql")
(license license:asl2.0))) (license license:asl2.0)))
(define-public erlang-p1-pgsql
(package
(name "erlang-p1-pgsql")
(version "1.1.27")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "p1_pgsql" version))
(sha256
(base32 "1fgzchikv31gbyid3qqy9wzwmap1nalwb7fqal77hs6b09v1lkcf"))))
(build-system rebar-build-system)
(inputs (list erlang-xmpp))
(synopsis "PostgreSQL driver for Erlang")
(description "This package provides @code{PostgreSQL} driver for Erlang.")
(home-page "https://hex.pm/packages/p1_pgsql")
(license license:asl2.0)))
(define-public erlang-stringprep (define-public erlang-stringprep
(package (package
(name "erlang-stringprep") (name "erlang-stringprep")