diff options
| author | Giacomo Leidi <goodoldpaul@autistici.org> | 2025-09-16 11:12:50 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-09-30 08:43:39 +0200 |
| commit | 9b6da0507d8c4e1dc023b075868980a2773a63d4 (patch) | |
| tree | 7a2fc98d088175b559a4d42ef4bcf4283d19bf84 /gnu | |
| parent | de98e788d56eb4aa95603a2cd9dde556f6b2c7a1 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/elixir-databases.scm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/elixir-databases.scm b/gnu/packages/elixir-databases.scm index 8db5af913dd..f6fc8428fb1 100644 --- a/gnu/packages/elixir-databases.scm +++ b/gnu/packages/elixir-databases.scm | |||
| @@ -94,6 +94,26 @@ configuration-driven @code{Ecto} schema extensibility.") | |||
| 94 | (home-page "https://hexdocs.pm/exto/") | 94 | (home-page "https://hexdocs.pm/exto/") |
| 95 | (license license:asl2.0))) | 95 | (license license:asl2.0))) |
| 96 | 96 | ||
| 97 | (define-public elixir-myxql | ||
| 98 | (package | ||
| 99 | (name "elixir-myxql") | ||
| 100 | (version "0.8.0") | ||
| 101 | (source | ||
| 102 | (origin | ||
| 103 | (method url-fetch) | ||
| 104 | (uri (hexpm-uri "myxql" version)) | ||
| 105 | (sha256 | ||
| 106 | (base32 "0x6p8hn2lx7lplim4w10l1vq2d7rwkqg972ias3hzkdkdyrcxh0y")))) | ||
| 107 | (build-system mix-build-system) | ||
| 108 | (native-inputs | ||
| 109 | (list erlang-binpp)) | ||
| 110 | (propagated-inputs (list elixir-db-connection elixir-decimal elixir-geo elixir-jason | ||
| 111 | elixir-table)) | ||
| 112 | (synopsis "MySQL 5.5+ driver for Elixir") | ||
| 113 | (description "This library provides a @code{MySQL} 5.5+ driver for Elixir.") | ||
| 114 | (home-page "https://hexdocs.pm/myxql/") | ||
| 115 | (license license:asl2.0))) | ||
| 116 | |||
| 97 | (define-public elixir-postgrex | 117 | (define-public elixir-postgrex |
| 98 | (package | 118 | (package |
| 99 | (name "elixir-postgrex") | 119 | (name "elixir-postgrex") |
