diff options
| author | Giacomo Leidi <goodoldpaul@autistici.org> | 2025-09-15 14:35:30 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-09-30 08:43:35 +0200 |
| commit | b8996b63730053c6dccfec6d86be82de0aae61b6 (patch) | |
| tree | 3a37e8624e11ca298cb483db740ca815856b3ef3 /gnu/packages | |
| parent | 42d481fa4cfe05f632c6f20ddbdd42e104661fec (diff) | |
gnu: Add elixir-untangle.
* gnu/packages/elixir-xyz.scm (elixir-untangle): New variable.
Change-Id: Iab9238fc98537349bd8d4d4ebeccd7d5f1729685
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/elixir-xyz.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm index f247bac14cd..ba97972e735 100644 --- a/gnu/packages/elixir-xyz.scm +++ b/gnu/packages/elixir-xyz.scm | |||
| @@ -1031,6 +1031,25 @@ width (full-width or half-width) of an Unicode character.") | |||
| 1031 | (home-page "https://hexdocs.pm/ucwidth/") | 1031 | (home-page "https://hexdocs.pm/ucwidth/") |
| 1032 | (license license:expat))) | 1032 | (license license:expat))) |
| 1033 | 1033 | ||
| 1034 | (define-public elixir-untangle | ||
| 1035 | (package | ||
| 1036 | (name "elixir-untangle") | ||
| 1037 | (version "0.3.3") | ||
| 1038 | (source | ||
| 1039 | (origin | ||
| 1040 | (method url-fetch) | ||
| 1041 | (uri (hexpm-uri "untangle" version)) | ||
| 1042 | (sha256 | ||
| 1043 | (base32 "0p81bzvsbnzdkqjq441xslcryxhpmrl4pqda2h323ivs47ij1wa7")))) | ||
| 1044 | (build-system mix-build-system) | ||
| 1045 | (propagated-inputs (list elixir-decorator)) | ||
| 1046 | (synopsis "Logging and inspecting with code location information") | ||
| 1047 | (description "Untangle provides alternatives for @code{IO.inspect} and the | ||
| 1048 | macros in Elixir's @code{Logger} to output code location information. It also | ||
| 1049 | provides a polyfill for @code{dbg} which was introduced in Elixir 1.14.") | ||
| 1050 | (home-page "https://hexdocs.pm/untangle/") | ||
| 1051 | (license license:asl2.0))) | ||
| 1052 | |||
| 1034 | (define-public elixir-verbs | 1053 | (define-public elixir-verbs |
| 1035 | (package | 1054 | (package |
| 1036 | (name "elixir-verbs") | 1055 | (name "elixir-verbs") |
