From: Igor Goryachev via Guix-patches via <guix-patches@gnu.org>
To: 72508@debbugs.gnu.org
Cc: Igor Goryachev <igor@goryachev.org>, Andrew Tropin <andrew@trop.in>
Subject: [bug#72508] [PATCH 4/5] gnu: ejabberd: Include jiffy dependence under Erlang 27.
Date: Wed, 7 Aug 2024 11:23:50 +0300 [thread overview]
Message-ID: <193796d3558870733faaa4e97806f4f0dc3eed3f.1723018213.git.igor@goryachev.org> (raw)
In-Reply-To: <cover.1723018213.git.igor@goryachev.org>
* gnu/packages/messaging.scm (ejabberd): Include jiffy dependence under Erlang 27.
Change-Id: Id0b0e7acb8100b406a6c686227dd497e0d7434fd
---
gnu/packages/messaging.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index fb80866791..da04c34636 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -3706,6 +3706,9 @@ (define-public ejabberd
(substitute* "rebar.config"
(("\\{copy, \"rel/files/erl\",")
"%{copy, \"rel/files/erl\","))
+ ;; It seems ejabberd still needs jiffy due to p1_acme.
+ (substitute* "rebar.config"
+ (("\\{if_version_below, \"27\",") "{if_version_below, \"30\","))
;; Unpin pinned dependences.
(substitute* "rebar.lock"
((",1\\}") ",0}"))
--
2.45.2
next prev parent reply other threads:[~2024-08-07 8:25 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-07 8:10 [bug#72508] [PATCH 0/5] Erlang update to 27.0.1 Igor Goryachev via Guix-patches via
2024-08-07 8:23 ` [bug#72508] [PATCH 1/5] gnu: erlang-jsx: Fix tests under Erlang 27+ Igor Goryachev via Guix-patches via
2024-08-07 8:23 ` [bug#72508] [PATCH 2/5] gnu: erlang-yamerl: Update to 0.10.0.a24f448 Igor Goryachev via Guix-patches via
2024-08-07 15:49 ` Andrew Tropin via Guix-patches via
2024-08-07 8:23 ` [bug#72508] [PATCH 3/5] gnu: erlang-jose: Relax build options Igor Goryachev via Guix-patches via
2024-08-07 8:23 ` Igor Goryachev via Guix-patches via [this message]
2024-08-07 8:23 ` [bug#72508] [PATCH 5/5] gnu: erlang: Update to 27.0.1 Igor Goryachev via Guix-patches via
2024-08-07 16:32 ` [bug#72508] [PATCH v2 1/5] gnu: erlang-jsx: Fix tests under Erlang 27+ Igor Goryachev via Guix-patches via
2024-08-07 16:32 ` [bug#72508] [PATCH v2 2/5] gnu: erlang-yamerl: Update to 0.10.0-0.a24f448 Igor Goryachev via Guix-patches via
2024-08-07 16:32 ` [bug#72508] [PATCH v2 3/5] gnu: erlang-jose: Relax build options Igor Goryachev via Guix-patches via
2024-08-07 16:32 ` [bug#72508] [PATCH v2 4/5] gnu: ejabberd: Include jiffy dependence under Erlang 27 Igor Goryachev via Guix-patches via
2024-08-07 16:32 ` [bug#72508] [PATCH v2 5/5] gnu: erlang: Update to 27.0.1 Igor Goryachev via Guix-patches via
2024-08-09 1:01 ` [bug#72508] [PATCH 0/5] Erlang update " Andrew Tropin via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=193796d3558870733faaa4e97806f4f0dc3eed3f.1723018213.git.igor@goryachev.org \
--to=guix-patches@gnu.org \
--cc=72508@debbugs.gnu.org \
--cc=andrew@trop.in \
--cc=igor@goryachev.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).