summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTroy Figiel <troy@troyfigiel.com>2024-02-04 01:30:43 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-02-05 22:34:48 +0000
commit1eda62a26692f20bc29d32f3ee09ac719e7483a5 (patch)
tree82cfc9f90870aff779a9a6156050659d7faca2d6
parent34fe725fb3ecff56ac7c20307005f053bfc3f1f1 (diff)
gnu: go-github-com-operatorfoundation-ed25519: Add missing input.
* gnu/packages/golang-crypto.scm (go-github-com-operatorfoundation-ed25519) [native-inputs]: Add go-golang-org-x-crypto. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/golang-crypto.scm2
1 files changed, 2 insertions, 0 deletions
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 @@ Architecture Processors\" by J. Guilford et al.")
(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