GNU bug report logs - #68918
[PATCH] gnu: go-github-com-operatorfoundation-ed25519: Add missing input.

Previous Next

Package: guix-patches;

Reported by: Troy Figiel <troy <at> troyfigiel.com>

Date: Sun, 4 Feb 2024 00:36:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#68918: closed ([PATCH] gnu: go-github-com-operatorfoundation-ed25519:
 Add missing input.)
Date: Mon, 05 Feb 2024 22:41:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 05 Feb 2024 22:39:49 +0000
with message-id <877cjiwn62.fsf <at> gmail.com>
and subject line [PATCH] gnu: go-github-com-operatorfoundation-ed25519: Add missing input.
has caused the debbugs.gnu.org bug report #68918,
regarding [PATCH] gnu: go-github-com-operatorfoundation-ed25519: Add missing input.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
68918: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68918
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Troy Figiel <troy <at> troyfigiel.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: go-github-com-operatorfoundation-ed25519: Add missing
 input.
Date: Sun, 4 Feb 2024 01:30:43 +0100
* gnu/packages/golang-crypto.scm (go-github-com-operatorfoundation-ed25519)
[native-inputs]: Add go-golang-org-x-crypto.
---
 gnu/packages/golang-crypto.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index 688523a8f7..c8aa7fec0a 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -699,6 +699,8 @@ (define-public go-github-com-operatorfoundation-ed25519
                (delete-file-recursively
                 (string-append "src/" import-path "/testdata"))
                #t)))))
+      (native-inputs
+       (list go-golang-org-x-crypto))
       (home-page "https://github.com/OperatorFoundation/ed25519")
       (synopsis "Ed25519 for go")
       (description "Package ed25519 implements the Ed25519 signature

base-commit: abeffc82379c4f9bd2e6226ea27453b22cb4e0c8
-- 
2.42.0



[Message part 3 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 68918-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: go-github-com-operatorfoundation-ed25519: Add missing
 input.
Date: Mon, 05 Feb 2024 22:39:49 +0000
[Message part 4 (text/plain, inline)]
Hi,

Pushed as 1eda62a26692f20bc29d32f3ee09ac719e7483a5 to master.

Thanks,
Oleg
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 103 days ago.

Previous Next


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