summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAshvith Shetty <ashvithshetty0010@zohomail.in>2025-02-15 00:35:29 +0530
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-02-15 16:08:16 +0000
commit7b0c7da670352f48f680c03d06ecda5dda849d80 (patch)
treef6a8fe1695a8eeb75e7fd9187bb5fe147b74c43b /gnu
parent21ff39ab1027c8c6d555ae076cf2d8c29d1c9843 (diff)
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-xyz.scm24
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index ced28921e0d..d903874fa05 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -16017,6 +16017,30 @@ Platforms supported:
16017 "Package glob provides objects for matching strings with globs.") 16017 "Package glob provides objects for matching strings with globs.")
16018 (license license:expat))) 16018 (license license:expat)))
16019 16019
16020;; For micro@2.0.14
16021(define-public go-github-com-zyedidia-go-runewidth
16022 (hidden-package
16023 (package
16024 (inherit go-github-com-mattn-go-runewidth)
16025 (name "go-github-com-zyedidia-go-runewidth")
16026 (version "0.0.12")
16027 (source
16028 (origin
16029 (method git-fetch)
16030 (uri (git-reference
16031 (url "https://github.com/zyedidia/go-runewidth")
16032 (commit (string-append "v" version))))
16033 (file-name (git-file-name name version))
16034 (sha256
16035 (base32 "18gv5fkd69v8bwngj6r5zc572vyd1qhafz1wi3d7ynz3w0mmq85c"))))
16036 (arguments
16037 (list
16038 #:import-path "github.com/zyedidia/go-runewidth"))
16039 (home-page "https://github.com/zyedidia/go-runewidth")
16040 (description
16041 "It's an alternative fork of
16042@url{https://github.com/mattn/go-runewidth}."))))
16043
16020(define-public go-github-com-zyedidia-poller 16044(define-public go-github-com-zyedidia-poller
16021 (package 16045 (package
16022 (name "go-github-com-zyedidia-poller") 16046 (name "go-github-com-zyedidia-poller")