mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
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>
This commit is contained in:
parent
34fe725fb3
commit
1eda62a266
1 changed files with 2 additions and 0 deletions
|
@ -699,6 +699,8 @@ (define-public go-github-com-operatorfoundation-ed25519
|
||||||
(delete-file-recursively
|
(delete-file-recursively
|
||||||
(string-append "src/" import-path "/testdata"))
|
(string-append "src/" import-path "/testdata"))
|
||||||
#t)))))
|
#t)))))
|
||||||
|
(native-inputs
|
||||||
|
(list go-golang-org-x-crypto))
|
||||||
(home-page "https://github.com/OperatorFoundation/ed25519")
|
(home-page "https://github.com/OperatorFoundation/ed25519")
|
||||||
(synopsis "Ed25519 for go")
|
(synopsis "Ed25519 for go")
|
||||||
(description "Package ed25519 implements the Ed25519 signature
|
(description "Package ed25519 implements the Ed25519 signature
|
||||||
|
|
Loading…
Reference in a new issue