GNU bug report logs - #65974
[PATCH 00/33] thirty something go packages

Previous Next

Package: guix-patches;

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


View this message in rfc822 format

From: Edouard Klein <edk <at> beaver-labs.com>
To: 65974 <at> debbugs.gnu.org
Cc: Edouard Klein <edk <at> beaver-labs.com>, Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>
Subject: [bug#65974] [PATCH 32/33] gnu: Add go-cloud-google-com-go-workflows.
Date: Thu, 14 Sep 2023 10:03:17 +0200
* 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 88 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.