From: Troy Figiel <troy@troyfigiel.com>
To: 68918@debbugs.gnu.org
Subject: [bug#68918] [PATCH] gnu: go-github-com-operatorfoundation-ed25519: Add missing input.
Date: Sun, 4 Feb 2024 01:30:43 +0100 [thread overview]
Message-ID: <878r4112yh.fsf@troyfigiel.com> (raw)
* 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
next reply other threads:[~2024-02-04 0:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-04 0:30 Troy Figiel [this message]
2024-02-04 0:42 ` [bug#68918] [PATCH] gnu: go-github-com-operatorfoundation-ed25519: Add missing input Troy Figiel
2024-02-05 22:39 ` bug#68918: " Sharlatan Hellseher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878r4112yh.fsf@troyfigiel.com \
--to=troy@troyfigiel.com \
--cc=68918@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).