diff options
| author | Giacomo Leidi <goodoldpaul@autistici.org> | 2025-09-19 15:50:06 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-09-30 08:43:44 +0200 |
| commit | 9d2a0a3aa6acf7c47d503587fba412a683f96879 (patch) | |
| tree | 0f8b6a9864a441e1f1bebc0e31dcf70580edeb71 | |
| parent | a8043dde2cdd8f16337bcbf4fa5791d931aa4ed0 (diff) | |
gnu: Add elixir-tz.
* gnu/packages/elixir-web.scm (elixir-tz): New variable.
Change-Id: I81781fd33c7274174f69a4c2543b809892d2a609
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| -rw-r--r-- | gnu/packages/elixir-web.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/elixir-web.scm b/gnu/packages/elixir-web.scm index 6f4d1a5c0ec..140ec4dcc02 100644 --- a/gnu/packages/elixir-web.scm +++ b/gnu/packages/elixir-web.scm | |||
| @@ -215,6 +215,25 @@ show some high-level examples and introduce the Plug's main building blocks.") | |||
| 215 | (home-page "https://hexdocs.pm/plug/") | 215 | (home-page "https://hexdocs.pm/plug/") |
| 216 | (license license:asl2.0))) | 216 | (license license:asl2.0))) |
| 217 | 217 | ||
| 218 | ;; This package lives here to avoid module level circular dependencies as it | ||
| 219 | ;; depends on elixir-mint. | ||
| 220 | (define-public elixir-tz | ||
| 221 | (package | ||
| 222 | (name "elixir-tz") | ||
| 223 | (version "0.28.1") | ||
| 224 | (source | ||
| 225 | (origin | ||
| 226 | (method url-fetch) | ||
| 227 | (uri (hexpm-uri "tz" version)) | ||
| 228 | (sha256 | ||
| 229 | (base32 "12lchkhdxbv8ai09i2lsy394yx1xrfq1yz5p8dn3qr0236ma3p5z")))) | ||
| 230 | (build-system mix-build-system) | ||
| 231 | (propagated-inputs (list elixir-castore elixir-mint)) | ||
| 232 | (synopsis "Time zone support for Elixir") | ||
| 233 | (description "Time zone support for Elixir.") | ||
| 234 | (home-page "https://hexdocs.pm/tz/") | ||
| 235 | (license license:asl2.0))) | ||
| 236 | |||
| 218 | (define-public elixir-websock | 237 | (define-public elixir-websock |
| 219 | (package | 238 | (package |
| 220 | (name "elixir-websock") | 239 | (name "elixir-websock") |
