GNU bug report logs - #71023
[PATCH 0/9] Update fzf to 0.52.1

Previous Next

Package: guix-patches;

Reported by: Luis Higino <luishenriquegh2701 <at> gmail.com>

Date: Sat, 18 May 2024 00:33:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 71023 <at> debbugs.gnu.org (full text, mbox):

From: Luis Higino <luishenriquegh2701 <at> gmail.com>
To: 71023 <at> debbugs.gnu.org
Cc: Luis Higino <luishenriquegh2701 <at> gmail.com>
Subject: [PATCH 2/9] gnu: aerc: Update go version.
Date: Sat, 18 May 2024 01:11:51 +0000
* gnu/packages/mail.scm (aerc): Update go version.

Change-Id: I3a078f8b472c285429a8ada91480aebb01a19178
---
 gnu/packages/mail.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index b15d891609..dc83f852b1 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4977,7 +4977,8 @@ (define-public aerc
                 "1gbprx0i8d13q974n5hsys6lllav5cpll3cwrr1hfw6307hc001r"))))
     (build-system go-build-system)
     (arguments
-     (list #:import-path "git.sr.ht/~rjarry/aerc"
+     (list #:go go-1.18
+      	   #:import-path "git.sr.ht/~rjarry/aerc"
            ;; Installing the source is only necessary for Go libraries.
            #:install-source? #f
            #:build-flags
-- 
2.41.0





This bug report was last modified 332 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.