GNU bug report logs -
#46470
[PATCH 1/2] gnu: Add go-github-com-tekwizely-go-parsing.
Previous Next
Reported by: Stefan Reichör <stefan <at> xsteve.at>
Date: Fri, 12 Feb 2021 21:53:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#46470: [PATCH 1/2] gnu: Add go-github-com-tekwizely-go-parsing.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 46470 <at> debbugs.gnu.org.
--
46470: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46470
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
Stefan Reichör <stefan <at> xsteve.at> writes:
> * gnu/packages/golang.scm (go-github-com-tekwizely-go-parsing): New
> variable.
I fixed the synopses and descriptions and applied both patches.
Thank you.
Regards,
--
Nicolas Goaziou
[Message part 3 (message/rfc822, inline)]
* gnu/packages/golang.scm (go-github-com-tekwizely-go-parsing): 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 d34bb1acb7..fee190228a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6644,6 +6644,30 @@ modifying them.")
@end itemize")
(license license:expat)))
+(define-public go-github-com-tekwizely-go-parsing
+ (let ((commit "1548cfb17df54d365ce9febed0677c06a40a8ceb")
+ (revision "0"))
+ (package
+ (name "go-github-com-tekwizely-go-parsing")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tekwizely/go-parsing")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0bv5amka8hb9crc7qvlzi2kbycqrnh9d46b9wgcs8wqzl0z7w609"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "github.com/tekwizely/go-parsing"))
+ (home-page "https://github.com/tekwizely/go-parsing")
+ (synopsis "A Multi-Package Go Repo Focused on Text Parsing, with Lexers, Parsers, and Related Utils")
+ (description "A Multi-Package Go Repo Focused on Text Parsing, with Lexers, Parsers, and Related Utils")
+ (license license:expat))))
+
(define-public go-github.com-ulikunitz-xz
(package
(name "go-github.com-ulikunitz-xz")
--
2.25.1
This bug report was last modified 4 years and 155 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.