me
/
guix
Archived
1
0
Fork 0

gnu: Add erlang-unicode-util-compat.

* gnu/packages/erlang-xyz.scm (erlang-unicode-util-compat): New variable.

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

View File

@ -78,6 +78,23 @@ Erlang and Elixir.")
(home-page "https://hex.pm/packages/p1_utils")
(license license:asl2.0)))
(define-public erlang-unicode-util-compat
(package
(name "erlang-unicode-util-compat")
(version "0.7.0")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "unicode_util_compat" version))
(sha256
(base32 "08952lw8cjdw8w171lv8wqbrxc4rcmb3jhkrdb7n06gngpbfdvi5"))))
(build-system rebar-build-system)
(synopsis "Compatibility library for Erlang < 20")
(description "This package provides @code{unicode_util} compatibility
library for Erlang < 20.")
(home-page "https://hex.pm/packages/unicode_util_compat")
(license license:asl2.0)))
(define-public erlang-base64url
(package
(name "erlang-base64url")