[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

Debbugs page

Josep Bigorra wrote 3 months ago
(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
Andy Tai wrote 3 months ago
(name . GNU bug tracker automated control server)(address . control@debbugs.gnu.org)
CAJsg1E_XfjpsaOVxb7KTpFjZ37E+qbH8-wHn5uBpfWOfUOQNng@mail.gmail.com
merge 74573 74649
thanks
Ludovic Courtès wrote 2 months ago
(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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help