all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69021] [PATCH] gnu: go-gotest-tools-assert: Add missing inputs.
@ 2024-02-10 18:34 Troy Figiel
  2024-02-13 21:43 ` bug#69021: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Troy Figiel @ 2024-02-10 18:34 UTC (permalink / raw)
  To: 69021

* gnu/packages/golang.scm (go-gotest-tools-assert): Add missing inputs.
[native-inputs]: Move go-github-com-google-go-cmp-cmp and go-github-com-pkg-errors from here ...
[propagated-inputs]: ... to here. Add go-github-com-spf13-pflag and go-golang-org-x-tools.
---
 gnu/packages/golang.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 163691a1e6..8974118aec 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7535,10 +7535,11 @@ (define-public go-gotest-tools-assert
      `(#:tests? #f ; Test failure concerning message formatting (FIXME)
        #:import-path "gotest.tools/assert"
        #:unpack-path "gotest.tools"))
-    ;(propagated-inputs
-    ; `(("go-gotest-tools-internal-format" ,go-gotest-tools-internal-format)))
-    (native-inputs
-     (list go-github-com-pkg-errors go-github-com-google-go-cmp-cmp))
+    (propagated-inputs
+     (list go-github-com-google-go-cmp-cmp
+           go-github-com-pkg-errors
+           go-github-com-spf13-pflag
+           go-golang-org-x-tools))
     (synopsis "Compare values and fail a test when a comparison fails")
     (description "This package provides a way to compare values and fail a
 test when a comparison fails.")

base-commit: e257de4365b24a84f39813aea2e8b4ab6259f283
-- 
2.42.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69021: [PATCH] gnu: go-gotest-tools-assert: Add missing inputs.
  2024-02-10 18:34 [bug#69021] [PATCH] gnu: go-gotest-tools-assert: Add missing inputs Troy Figiel
@ 2024-02-13 21:43 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-02-13 21:43 UTC (permalink / raw)
  To: 69021-done

[-- Attachment #1: Type: text/plain, Size: 77 bytes --]


Hi,

Pushed as f8d1df5f985d9e38a9fd7ff3100cd52b997342a0 to master.

--
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-13 21:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-10 18:34 [bug#69021] [PATCH] gnu: go-gotest-tools-assert: Add missing inputs Troy Figiel
2024-02-13 21:43 ` bug#69021: " Sharlatan Hellseher

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.