GNU bug report logs -
#48729
Bitmask VPN
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/golang.scm (go-github-com-emersion-go-autostart): New variable.
---
gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 4ebef21140..4fcb5cd01a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -69,6 +69,30 @@
#:use-module (ice-9 match)
#:use-module (srfi srfi-1))
+(define-public go-github-com-emersion-go-autostart
+ (let ((commit "00ed301c8e9ae79e82878c6361c709983ac5dd2c")
+ (revision "39"))
+ (package
+ (name "go-github-com-emersion-go-autostart")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/emersion/go-autostart")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0cqqvbzn32xv5lknfygrx01rx2sc6pi833k7008nlk9lsfgry06v"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "github.com/emersion/go-autostart"))
+ (synopsis "Go library to run a command after login")
+ (description "Go library to run a command after login.")
+ (home-page "https://github.com/emersion/go-autostart")
+ (license license:expat))))
+
(define-public go-github-com-dchest-siphash
(package
(name "go-github-com-dchest-siphash")
--
2.31.1
This bug report was last modified 4 years and 15 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.