[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72474] [PATCH 12/30] gnu: Add erlang-mqtree.
From: |
Igor Goryachev |
Subject: |
[bug#72474] [PATCH 12/30] gnu: Add erlang-mqtree. |
Date: |
Mon, 5 Aug 2024 13:44:45 +0300 |
* gnu/packages/erlang-xyz.scm (erlang-mqtree): New variable.
Change-Id: I9e7217185659ce8ea129645e399e11109c119fd4
---
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 @@ (define-public erlang-eimp
(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")
--
2.45.2
- [bug#72474] [PATCH 11/30] gnu: Add erlang-eimp., (continued)
- [bug#72474] [PATCH 11/30] gnu: Add erlang-eimp., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 17/30] gnu: Add erlang-fast-tls., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 23/30] gnu: Add erlang-p1-acme., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 26/30] gnu: Add erlang-p1-mysql., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 30/30] gnu: Add ejabberd., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 04/30] gnu: Add erlang-provider-asn1., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 05/30] gnu: Add erlang-luerl., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 06/30] gnu: Add erlang-p1-utils., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 08/30] gnu: Add erlang-idna., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 07/30] gnu: Add erlang-unicode-util-compat., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 12/30] gnu: Add erlang-mqtree.,
Igor Goryachev <=
- [bug#72474] [PATCH 21/30] gnu: Add erlang-yconf., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 20/30] gnu: Add erlang-fast-yaml., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 24/30] gnu: Add erlang-xmpp., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 27/30] gnu: Add erlang-p1-pgsql., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 19/30] gnu: Add erlang-fast-xml., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 29/30] gnu: Add erlang-eredis., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 22/30] gnu: Add erlang-epam., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 14/30] gnu: Add erlang-p1-oauth2., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 28/30] gnu: Add erlang-sqlite3., Igor Goryachev, 2024/08/05
- [bug#72474] [PATCH 18/30] gnu: Add erlang-stun., Igor Goryachev, 2024/08/05