GNU bug report logs -
#74573
[PATCH] gnu: artanis: update to 1.0.0.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Thu, 28 Nov 2024 06:37:02 UTC
Severity: normal
Tags: patch
Merged with 74649
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 26 Dec 2024 23:22:46 +0100
with message-id <87r05uxex5.fsf <at> gnu.org>
and subject line Re: [bug#74573] [PATCH v2] gnu: artanis: update to 1.0.0.
has caused the debbugs.gnu.org bug report #74573,
regarding [PATCH] gnu: artanis: update to 1.0.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
74573: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74573
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/guile-xyz.scm (artanis): update to 1.0.0.
[source]: Remove code removing non-existent old directories.
Change-Id: I27b38eaff75cda008ae7de3eceb84dc5b7bf01aa
---
gnu/packages/guile-xyz.scm | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index a21289d368..3a69300ffe 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -149,22 +149,19 @@ (define-module (gnu packages guile-xyz)
(define-public artanis
(package
(name "artanis")
- (version "0.6")
+ (version "1.0.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/artanis/artanis-"
version ".tar.gz"))
(sha256
(base32
- "1y4mf8vv2fwjg4z8c4d7an5rxi96sh7krk0djnafm2l66i97cj3m"))
+ "05sigqvm04x0r1gwpwrxjffb3i13bss3ff24frr477zqm54wv5d8"))
(modules '((guix build utils)))
(snippet
'(begin
- ;; Unbundle guile-redis and guile-json
(delete-file-recursively "artanis/third-party/json.scm")
- (delete-file-recursively "artanis/third-party/json")
(delete-file-recursively "artanis/third-party/redis.scm")
- (delete-file-recursively "artanis/third-party/redis")
(substitute* '("artanis/artanis.scm"
"artanis/lpc.scm"
"artanis/oht.scm"
base-commit: ce877a777e6ec089dc347e9883387d3080b471cf
--
2.46.0
[Message part 3 (message/rfc822, inline)]
Hi,
Andy Tai <atai <at> 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’.
This bug report was last modified 146 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.