[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74573: [PATCH v2] gnu: artanis: update to 1.0.0.
From: |
Ludovic Courtès |
Subject: |
bug#74573: [PATCH v2] gnu: artanis: update to 1.0.0. |
Date: |
Thu, 26 Dec 2024 23:22:46 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
Andy Tai <atai@atai.org> skribis:
> * 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
[...]
> (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’.