[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/30: gnu: Add erlang-mqtree.
From: |
guix-commits |
Subject: |
12/30: gnu: Add erlang-mqtree. |
Date: |
Mon, 5 Aug 2024 09:40:07 -0400 (EDT) |
abcdw pushed a commit to branch master
in repository guix.
commit 83905e1dcd30fbbea6781986313d56d2df6e597d
Author: Igor Goryachev via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Mon Aug 5 13:44:45 2024 +0300
gnu: Add erlang-mqtree.
* gnu/packages/erlang-xyz.scm (erlang-mqtree): New variable.
Change-Id: I9e7217185659ce8ea129645e399e11109c119fd4
Signed-off-by: Andrew Tropin <andrew@trop.in>
---
gnu/packages/erlang-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/erlang-xyz.scm b/gnu/packages/erlang-xyz.scm
index 9ee1e903bd..b3e8d13ad7 100644
--- a/gnu/packages/erlang-xyz.scm
+++ b/gnu/packages/erlang-xyz.scm
@@ -157,6 +157,32 @@ implementation.")
(home-page "https://hex.pm/packages/eimp")
(license license:asl2.0)))
+(define-public erlang-mqtree
+ (package
+ (name "erlang-mqtree")
+ (version "1.0.17")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hexpm-uri "mqtree" version))
+ (sha256
+ (base32 "18z23c1axn6y9799f0ydb0m29wxvq956b57bzk886ixwiz7vgs2z"))))
+ (build-system rebar-build-system)
+ (inputs (list erlang-p1-utils))
+ (native-inputs (list erlang-pc))
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'build 'set-environment
+ (lambda _
+ (setenv "HOME" "/tmp")
+ (setenv "CC" "gcc"))))))
+ (synopsis "Index tree for MQTT topic filters")
+ (description "This package provides index tree for MQTT topic filters.")
+ (home-page "https://hex.pm/packages/mqtree")
+ (license license:asl2.0)))
+
(define-public erlang-unicode-util-compat
(package
(name "erlang-unicode-util-compat")
- branch master updated (3c309a7b70 -> a5248a093e), guix-commits, 2024/08/05
- 02/30: gnu: Add erlang-jose., guix-commits, 2024/08/05
- 04/30: gnu: Add erlang-provider-asn1., guix-commits, 2024/08/05
- 01/30: gnu: Add erlang-base64url., guix-commits, 2024/08/05
- 10/30: gnu: Add erlang-cache-tab., guix-commits, 2024/08/05
- 13/30: gnu: Add erlang-jiffy., guix-commits, 2024/08/05
- 12/30: gnu: Add erlang-mqtree.,
guix-commits <=
- 18/30: gnu: Add erlang-stun., guix-commits, 2024/08/05
- 03/30: gnu: Add erlang-pc., guix-commits, 2024/08/05
- 07/30: gnu: Add erlang-unicode-util-compat., guix-commits, 2024/08/05
- 06/30: gnu: Add erlang-p1-utils., guix-commits, 2024/08/05
- 09/30: gnu: Add erlang-stringprep., guix-commits, 2024/08/05
- 11/30: gnu: Add erlang-eimp., guix-commits, 2024/08/05
- 08/30: gnu: Add erlang-idna., guix-commits, 2024/08/05
- 15/30: gnu: Add erlang-pkix., guix-commits, 2024/08/05
- 05/30: gnu: Add erlang-luerl., guix-commits, 2024/08/05
- 19/30: gnu: Add erlang-fast-xml., guix-commits, 2024/08/05