[PATCH] Update Artanis to 1.0.0

  • Done
  • quality assurance status badge
Details
3 participants
  • Josep Bigorra
  • Andy Tai
  • Ludovic Courtès
Owner
unassigned
Submitted by
Josep Bigorra
Severity
normal
Merged with
J
J
Josep Bigorra wrote on 2 Dec 2024 14:03
(address . guix-patches@gnu.org)
CAM_04A0au005GhLW0T0-JD13yB_d5SVK2C4x3k6SWkkPsS7TAg@mail.gmail.com
Hi all! I am submitting an update to Artanis, after noticing on Guix
an old version is in the repos.
Hope I didn't miss anything, thanks in advance!

Regards,
Joe
A
A
Andy Tai wrote on 13 Dec 2024 01:46
(name . GNU bug tracker automated control server)(address . control@debbugs.gnu.org)
CAJsg1E_XfjpsaOVxb7KTpFjZ37E+qbH8-wHn5uBpfWOfUOQNng@mail.gmail.com
merge 74573 74649
thanks
L
L
Ludovic Courtès wrote on 26 Dec 2024 23:22
(name . Andy Tai)(address . atai@atai.org)
87r05uxex5.fsf@gnu.org
Hi,

Andy Tai <atai@atai.org> skribis:

Toggle quote (6 lines)
> * gnu/packages/guile-xyz.scm (artanis): update to 1.0.0.
> [source]: Remove code removing non-existent old directories.
> [arguments]<#:configure-flags>: Add aarch64 specific flag.
>
> Change-Id: I27b38eaff75cda008ae7de3eceb84dc5b7bf01aa

[...]

Toggle quote (5 lines)
> (arguments
> - `(#:modules (((guix build guile-build-system)
> + `(#:configure-flags
> + '( ,@(if (target-aarch64?) '("--build=aarch64-unknown-linux-gnu") '()))

Applied without the #:configure-flags above since that’s already exactly
what happens by default.

Thanks,
Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 74649@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74649
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch