guix_mirror_bot pushed a commit to branch master
in repository guix.
commit c61cab0077b07e8a5fa63b68bb03b0eff51cfba4
Author: Patrick Norton <[email protected]>
AuthorDate: Tue May 19 23:26:32 2026 +0000
gnu: Add go-github-com-toqueteos-webbrowser.
* gnu/packages/golang-web.scm (go-github-com-toqueteos-webbrowser): New
variable.
Change-Id: I7a9ae128062dcb3015eed65ac4bdc3fb9e7b40c1
Relates-to: guix/guix!5417
Reviewed-by: Arthur Rodrigues <[email protected]>
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/golang-web.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index ea5017f96c..3a75b84014 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -19080,6 +19080,30 @@ caching protocol. It provides support to
programmatically store and retrieve
build caches, instead of relying on the standard actions/cache YAML step.")
(license license:expat)))
+(define-public go-github-com-toqueteos-webbrowser
+ (package
+ (name "go-github-com-toqueteos-webbrowser")
+ (version "1.2.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/toqueteos/webbrowser")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0bnn02zcfc9xkxc2qvv4q6wy5sipcwc0hwmx7hdhvv3lsw177flw"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/toqueteos/webbrowser"))
+ (home-page "https://github.com/toqueteos/webbrowser")
+ (synopsis "Simple API for opening web pages")
+ (description
+ "This package provides a simple API for opening web pages on your default
+browser.")
+ (license license:expat)))
+
(define-public go-github-com-transparency-dev-tessera
(package
(name "go-github-com-transparency-dev-tessera")