guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#68918] [PATCH] gnu: go-github-com-operatorfoundation-ed25519: Add m


From: Troy Figiel
Subject: [bug#68918] [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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]