* [bug#68918] [PATCH] gnu: go-github-com-operatorfoundation-ed25519: Add missing input.
@ 2024-02-04 0:30 Troy Figiel
2024-02-04 0:42 ` Troy Figiel
2024-02-05 22:39 ` bug#68918: " Sharlatan Hellseher
0 siblings, 2 replies; 3+ messages in thread
From: Troy Figiel @ 2024-02-04 0:30 UTC (permalink / raw)
To: 68918
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#68918] [PATCH] gnu: go-github-com-operatorfoundation-ed25519: Add missing input.
2024-02-04 0:30 [bug#68918] [PATCH] gnu: go-github-com-operatorfoundation-ed25519: Add missing input Troy Figiel
@ 2024-02-04 0:42 ` Troy Figiel
2024-02-05 22:39 ` bug#68918: " Sharlatan Hellseher
1 sibling, 0 replies; 3+ messages in thread
From: Troy Figiel @ 2024-02-04 0:42 UTC (permalink / raw)
To: 68918
[-- Attachment #1.1.1: Type: text/plain, Size: 364 bytes --]
Currently, this has no effect on the build because the test file
extra25519/extra25519_test.go that contains this requirement is not
being tested and hence not being built.
This patch already adds go-golang-org-x-crypto to native-inputs, so
running all tests in the future, i.e. a change in the check phase, does
not break the build.
Best wishes,
Troy
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 6367 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#68918: [PATCH] gnu: go-github-com-operatorfoundation-ed25519: Add missing input.
2024-02-04 0:30 [bug#68918] [PATCH] gnu: go-github-com-operatorfoundation-ed25519: Add missing input Troy Figiel
2024-02-04 0:42 ` Troy Figiel
@ 2024-02-05 22:39 ` Sharlatan Hellseher
1 sibling, 0 replies; 3+ messages in thread
From: Sharlatan Hellseher @ 2024-02-05 22:39 UTC (permalink / raw)
To: 68918-done
[-- Attachment #1: Type: text/plain, Size: 82 bytes --]
Hi,
Pushed as 1eda62a26692f20bc29d32f3ee09ac719e7483a5 to master.
Thanks,
Oleg
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-02-05 22:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-04 0:30 [bug#68918] [PATCH] gnu: go-github-com-operatorfoundation-ed25519: Add missing input Troy Figiel
2024-02-04 0:42 ` Troy Figiel
2024-02-05 22:39 ` bug#68918: " Sharlatan Hellseher
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).