mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: Add go-github-com-zyedidia-go-runewidth.
* gnu/packages/golang-xyz.scm (go-github-com-zyedidia-go-runewidth): New variable. Change-Id: I17b2b97f25fffaa0e0cff9be9cc43d1f83412bb2 Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
21ff39ab10
commit
7b0c7da670
1 changed files with 24 additions and 0 deletions
|
@ -16017,6 +16017,30 @@ Platforms supported:
|
||||||
"Package glob provides objects for matching strings with globs.")
|
"Package glob provides objects for matching strings with globs.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
;; For micro@2.0.14
|
||||||
|
(define-public go-github-com-zyedidia-go-runewidth
|
||||||
|
(hidden-package
|
||||||
|
(package
|
||||||
|
(inherit go-github-com-mattn-go-runewidth)
|
||||||
|
(name "go-github-com-zyedidia-go-runewidth")
|
||||||
|
(version "0.0.12")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/zyedidia/go-runewidth")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "18gv5fkd69v8bwngj6r5zc572vyd1qhafz1wi3d7ynz3w0mmq85c"))))
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/zyedidia/go-runewidth"))
|
||||||
|
(home-page "https://github.com/zyedidia/go-runewidth")
|
||||||
|
(description
|
||||||
|
"It's an alternative fork of
|
||||||
|
@url{https://github.com/mattn/go-runewidth}."))))
|
||||||
|
|
||||||
(define-public go-github-com-zyedidia-poller
|
(define-public go-github-com-zyedidia-poller
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-zyedidia-poller")
|
(name "go-github-com-zyedidia-poller")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue