GNU bug report logs -
#37444
[PATCH] added aerc, a simple email client and its dependcies
Previous Next
Reported by: Martin Becze <mjbecze <at> riseup.net>
Date: Wed, 18 Sep 2019 08:25:01 UTC
Severity: normal
Tags: patch
Done: "(" <paren <at> disroot.org>
Bug is archived. No further changes may be made.
Full log
Message #92 received at 37444 <at> debbugs.gnu.org (full text, mbox):
---
gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index bb00230b60..9fcf8d8b49 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4137,3 +4137,28 @@ quoting, commenting, and escaping.")
(synopsis "Golang counters for readers/writers")
(description "Golang counters for readers/writers")
(license license:expat))))
+
+(define-public go-github-com-riywo-loginshell
+ (let ((url "https://github.com/riywo/loginshell")
+ (commit "2ed199a032f65b5e6a0a1294abc96b7d3efade86"))
+ (package
+ (name "go-github-com-riywo-loginshell")
+ (version (git-version "0.0.0" "0" commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url url)
+ (commit commit)))
+ (sha256
+ (base32
+ "1chhpp22kd3r2h84206bvdjj6815n4r6pjq8n9jhav9mfal4qvzj"))
+ (file-name (git-file-name name version))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/riywo/loginshell"
+ #:tests? #f))
+ (home-page url)
+ (synopsis "A golang library to get the login shell of the current user")
+ (description "A golang library to get the login shell of the current user.")
+ (license license:expat))))
--
2.23.0
This bug report was last modified 2 years and 347 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.