From: Josep Bigorra <jjbigorra@gmail.com>
To: 75446@debbugs.gnu.org
Subject: [bug#75446] Artanis - update guile json to 4 - fixing conflict in Guix
Date: Wed, 8 Jan 2025 16:14:56 +0100 [thread overview]
Message-ID: <CAM_04A1RPq-_bReihe-G97WMxKCRK2HmHMxqrDTouyintRjsvQ@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 298 bytes --]
Hi all,
Current `artanis` package has a conflict when installing in latest
Guix package set.
This comes due to being fixed to guile-json-3.
I have tested extensively with guile-json-4 and it works great with no
conflicts.
Please see the attached patch so we can fix artanis on Guix.
Greetings,
Joe
[-- Attachment #2: 0001-artanis-dependency-bump-guile-json-to-4-fixing-lates.patch --]
[-- Type: text/x-patch, Size: 983 bytes --]
From 4da2a63c00f6de573d2775b1f21941191f18a4dd Mon Sep 17 00:00:00 2001
Message-ID: <4da2a63c00f6de573d2775b1f21941191f18a4dd.1736349036.git.jjbigorra@gmail.com>
From: Josep Bigorra <jjbigorra@gmail.com>
Date: Wed, 8 Jan 2025 16:09:23 +0100
Subject: [PATCH] artanis dependency - bump guile json to 4 fixing latest guix
---
gnu/packages/guile-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 4dd5095..318bd58 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -192,7 +192,7 @@ (define-public artanis
;; projects.
;; TODO: Add guile-dbi and guile-dbd optional dependencies.
(propagated-inputs
- (list guile-json-3 guile-curl guile-readline guile-redis))
+ (list guile-json-4 guile-curl guile-readline guile-redis))
(native-inputs
(list bash-minimal ;for the `source' builtin
pkg-config
--
2.46.0
reply other threads:[~2025-01-08 20:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAM_04A1RPq-_bReihe-G97WMxKCRK2HmHMxqrDTouyintRjsvQ@mail.gmail.com \
--to=jjbigorra@gmail.com \
--cc=75446@debbugs.gnu.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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.