GNU bug report logs -
#65974
[PATCH 00/33] thirty something go packages
Previous Next
Reported by: Edouard Klein <edk <at> beaver-labs.com>
Date: Thu, 14 Sep 2023 07:59: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 #101 received at 65974 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-cloud-google-com-go-workflows): New variable.
---
gnu/packages/golang.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index fefc127e9d..f6d924d571 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4800,6 +4800,38 @@ (define-public go-github-com-emicklei-go-restful
with the HTTP protocol definition.")
(license license:expat)))
+(define-public go-cloud-google-com-go-workflows
+ (package
+ (name "go-cloud-google-com-go-workflows")
+ (version "1.12.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/googleapis/google-cloud-go")
+ (commit (string-append "workflows/v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0nz7lrvfc503jgdiywy2h09b96ixcldv0lgxhxabpf3kkgd0qdvj"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "cloud.google.com/go/workflows"
+ #:unpack-path "cloud.google.com/go"
+ #:install-source? #t
+ ;; Source-only package
+ #:tests? #f
+ #:phases
+ #~(modify-phases %standard-phases
+ ;; Source-only package
+ (delete 'build))))
+ (home-page
+ "https://pkg.go.dev/cloud.google.com/go/workflows")
+ (synopsis #f)
+ (description #f)
+ (license license:asl2.0)))
+
(define-public go-cloud-google-com-go-compute-metadata
(package
(name "go-cloud-google-com-go-compute-metadata")
--
2.40.1
This bug report was last modified 87 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.