me
/
guix
Archived
1
0
Fork 0

gnu: Add erlang-yconf.

* gnu/packages/erlang-xyz.scm (erlang-yconf): New variable.

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

View File

@ -386,6 +386,23 @@ Erlang/Elixir.")
(home-page "https://hex.pm/packages/fast_yaml") (home-page "https://hex.pm/packages/fast_yaml")
(license license:asl2.0))) (license license:asl2.0)))
(define-public erlang-yconf
(package
(name "erlang-yconf")
(version "1.0.16")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "yconf" version))
(sha256
(base32 "12bcb0w0nc30bws4lx2ghnz7n755r6nf9a75nb3i31zkfcr82iz9"))))
(build-system rebar-build-system)
(inputs (list erlang-fast-yaml))
(synopsis "YAML configuration processor")
(description "This package provides YAML configuration processor.")
(home-page "https://hex.pm/packages/yconf")
(license license:asl2.0)))
(define-public erlang-unicode-util-compat (define-public erlang-unicode-util-compat
(package (package
(name "erlang-unicode-util-compat") (name "erlang-unicode-util-compat")