mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-myxql.
* gnu/packages/elixir-databases.scm (elixir-myxql): New variable. Change-Id: I58d6aadf99bbacc3f04890ee39443a13c520208e Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
de98e788d5
commit
9b6da0507d
1 changed files with 20 additions and 0 deletions
|
@ -94,6 +94,26 @@ configuration-driven @code{Ecto} schema extensibility.")
|
|||
(home-page "https://hexdocs.pm/exto/")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public elixir-myxql
|
||||
(package
|
||||
(name "elixir-myxql")
|
||||
(version "0.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "myxql" version))
|
||||
(sha256
|
||||
(base32 "0x6p8hn2lx7lplim4w10l1vq2d7rwkqg972ias3hzkdkdyrcxh0y"))))
|
||||
(build-system mix-build-system)
|
||||
(native-inputs
|
||||
(list erlang-binpp))
|
||||
(propagated-inputs (list elixir-db-connection elixir-decimal elixir-geo elixir-jason
|
||||
elixir-table))
|
||||
(synopsis "MySQL 5.5+ driver for Elixir")
|
||||
(description "This library provides a @code{MySQL} 5.5+ driver for Elixir.")
|
||||
(home-page "https://hexdocs.pm/myxql/")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public elixir-postgrex
|
||||
(package
|
||||
(name "elixir-postgrex")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue