all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68917] [PATCH] gnu: go-github-com-go-git-go-billy: Add missing input.
@ 2024-02-03 23:52 Troy Figiel
  2024-02-05 22:40 ` bug#68917: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Troy Figiel @ 2024-02-03 23:52 UTC (permalink / raw)
  To: 68917

* gnu/packages/golang.scm (go-github-com-go-git-go-billy)[propagated-inputs]:
Add go-golang-org-x-sys.
---
 gnu/packages/golang.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 014ca01602..234e22a6e7 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8711,6 +8711,8 @@ (define-public go-github-com-go-git-go-billy
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/go-git/go-billy/v5"))
+    (propagated-inputs
+     (list go-golang-org-x-sys))
     (native-inputs
      (list go-gopkg-in-check-v1))
     (home-page "https://github.com/go-git/go-billy/")

base-commit: abeffc82379c4f9bd2e6226ea27453b22cb4e0c8
-- 
2.42.0





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

* bug#68917: [PATCH] gnu: go-github-com-go-git-go-billy: Add missing input.
  2024-02-03 23:52 [bug#68917] [PATCH] gnu: go-github-com-go-git-go-billy: Add missing input Troy Figiel
@ 2024-02-05 22:40 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-02-05 22:40 UTC (permalink / raw)
  To: 68917-done

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


Hi,

Pushed as 34fe725fb3ecff56ac7c20307005f053bfc3f1f1 to master.

Thanks,
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-05 22:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-03 23:52 [bug#68917] [PATCH] gnu: go-github-com-go-git-go-billy: Add missing input Troy Figiel
2024-02-05 22:40 ` bug#68917: " 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.