GNU bug report logs - #66603
[PATCH 00/29] Add miller.

Previous Next

Package: guix-patches;

Reported by: Wilko Meyer <w <at> wmeyer.eu>

Date: Wed, 18 Oct 2023 09:37: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 #35 received at 66603 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 66603 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>
Subject: [PATCH 11/29] gnu: Add go-github-com-chromedp-cdproto.
Date: Wed, 18 Oct 2023 11:38:09 +0200
* gnu/packages/golang.scm (go-github-com-chromedp-cdproto): New variable.
---
 gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 2267c2db27..6eda7bbc2e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1947,6 +1947,32 @@ (define-public go-github-com-ianlancetaylor-demangle
 Rust ABI defined at
 @@url{https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html,https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html}")
     (license license:bsd-3)))
+
+(define-public go-github-com-chromedp-cdproto
+  (package
+    (name "go-github-com-chromedp-cdproto")
+    (version "0.0.0-20231011050154-1d073bb38998")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/chromedp/cdproto")
+                    (commit (go-version->git-ref version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "10plzpnynkah8m6cbhsp7q62kfnpbpriyq724plzks1shdj7v1i8"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/chromedp/cdproto"))
+    (propagated-inputs `(("go-github-com-josharian-intern" ,go-github-com-josharian-intern)
+                         ("go-github-com-mailru-easyjson" ,go-github-com-mailru-easyjson)
+                         ("go-github-com-chromedp-sysutil" ,go-github-com-chromedp-sysutil)))
+    (home-page "https://github.com/chromedp/cdproto")
+    (synopsis "About cdproto")
+    (description
+     "Package cdproto provides the Chrome @code{DevTools} Protocol commands, types,
+and events for the cdproto domain.")
+    (license license:expat)))
 (define-public go-github-com-pkg-xattr
   (package
     (name "go-github-com-pkg-xattr")
-- 
2.41.0





This bug report was last modified 1 year and 41 days ago.

Previous Next


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