GNU bug report logs -
#72963
[PATCH go-team 01/30] gnu: Add go-github-com-buildkite-shellwords.
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Mon, 2 Sep 2024 11:58:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #131 received at 72963 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-inputs): Add procedure.
---
gnu/packages/golang.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 95aa1eb8de..3c6cea7219 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -112,6 +112,11 @@ (define-module (gnu packages golang)
;; installation of go, so we need to use go-1.4 or gccgo. For architectures which
;; are not supported with go-1.4 we use a version of gccgo to bootstrap them.
+(define-public (go-inputs package)
+ (call-with-values
+ (lambda () (unzip2 (package-propagated-inputs package)))
+ (lambda (labels symbols) symbols)))
+
(define-public go-1.4
(package
(name "go")
--
2.45.2
This bug report was last modified 166 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.