diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-10 21:10:47 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:47:54 +0000 |
commit | 69c716a3937fb25862eb42c4a90cefe6328514f0 (patch) | |
tree | bb24e5272ecca0185e63942c8b854246c2fbd855 /gnu/packages/golang.scm | |
parent | fd845557a7db596601da69979bec9d9640b8d50f (diff) |
gnu: go-github-com-vmihailenco-tagparser: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-vmihailenco-tagparser): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I3d8fed5ebb6c450267e4ae18df63d67933c8448d
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 26ae65d179..976b3f3c74 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2869,28 +2869,6 @@ That is, @code{gofumpt} is happy with a subset of the formats that (native-inputs '()) (inputs '()))) -(define-public go-github-com-vmihailenco-tagparser - (package - (name "go-github-com-vmihailenco-tagparser") - (version "2.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vmihailenco/tagparser") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13arliaz3b4bja9jj7cr5ax4zvxaxm484fwrn0q6d6jjm1l35m1k")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/vmihailenco/tagparser")) - (home-page "https://github.com/vmihailenco/tagparser") - (synopsis "Tag parser for Golang") - (description "This package is a simple Golang implementation of tag -parser.") - (license license:bsd-2))) - (define-public go-github-com-mtibben-percent (package (name "go-github-com-mtibben-percent") |