guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 86f330c3add656fe0ea38784160cc53dabf6eb01
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Feb 9 08:03:19 2026 +0000
gnu: Add go-github-com-protonmail-go-autostart.
* gnu/packages/golang-xyz.scm (go-github-com-protonmail-go-autostart): New
variable.
Change-Id: Iccf9268825fb3ffd7024efac8741c55695eac2f0
---
gnu/packages/golang-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index e55f07ed29..c0d2731192 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -20066,6 +20066,29 @@ and bash completion for the go command line.")
"This package provides a wrapper round runit service status.")
(license license:expat)))
+(define-public go-github-com-protonmail-go-autostart
+ (package
+ (name "go-github-com-protonmail-go-autostart")
+ (version "0.0.0-20250402094843-326608c16033")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ProtonMail/go-autostart")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0ngf042p5lkcmj3kqcvbbrky0j5bpkavizasyhndk10mcrkb2716"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/ProtonMail/go-autostart"))
+ (home-page "https://github.com/ProtonMail/go-autostart")
+ (synopsis "Go library to run a command after login")
+ (description
+ "This package provides a Go library to run a command after login.")
+ (license license:expat)))
+
(define-public go-github-com-protonmail-go-mbox
(package
(name "go-github-com-protonmail-go-mbox")