[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: go-github-com-operatorfoundation-ed25519: Add missing input.
From: |
guix-commits |
Subject: |
06/06: gnu: go-github-com-operatorfoundation-ed25519: Add missing input. |
Date: |
Mon, 5 Feb 2024 17:37:50 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 1eda62a26692f20bc29d32f3ee09ac719e7483a5
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Sun Feb 4 01:30:43 2024 +0100
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>
---
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 @@ 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
- branch master updated (857507117d -> 1eda62a266), guix-commits, 2024/02/05
- 01/06: gnu: go-github-com-kr-text: Update to 0.2.0., guix-commits, 2024/02/05
- 02/06: gnu: go-github-com-jmespath-go-jmespath: Add missing input., guix-commits, 2024/02/05
- 03/06: gnu: misspell: Add missing input., guix-commits, 2024/02/05
- 05/06: gnu: go-github-com-go-git-go-billy: Add missing input., guix-commits, 2024/02/05
- 04/06: gnu: go-github-com-cheekybits-genny: Add missing input., guix-commits, 2024/02/05
- 06/06: gnu: go-github-com-operatorfoundation-ed25519: Add missing input.,
guix-commits <=