guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 6be3eda1df37d8d3c96f60526238392a4fd30f31
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 5e2c72b47f..5f8f2f0bef 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -20091,6 +20091,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")

Reply via email to