rekahsoft-gnu: Use upstream go-github-com-mattn-go-runewidth for fzf

This commit is contained in:
Collin J. Doering 2022-03-19 12:20:04 -04:00
parent 54f52e279e
commit ef4a6e8c1d
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
2 changed files with 2 additions and 23 deletions

View File

@ -44,28 +44,6 @@
#:use-module (ice-9 match)
#:use-module (srfi srfi-1))
(define-public go-github-com-mattn-go-runewidth
(package
(name "go-runewidth")
(version "0.0.4")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/mattn/go-runewidth")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"00b3ssm7wiqln3k54z2wcnxr3k3c7m1ybyhb9h8ixzbzspld0qzs"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/mattn/go-runewidth"))
(synopsis "Provides functions to get fixed width of the character or string")
(description
"Provides functions to get fixed width of the character or string.")
(home-page "https://github.com/mattn/go-runewidth")
(license license:expat)))
(define-public go-github-com-mitchellh-gox
(package
(name "go-gox")

View File

@ -35,6 +35,7 @@
#:use-module (gnu packages readline)
#:use-module (gnu packages ruby)
#:use-module (gnu packages shells)
#:use-module (gnu packages textutils)
#:use-module (gnu packages tmux)
#:use-module (rekahsoft-gnu packages golang))
@ -54,7 +55,7 @@
(build-system go-build-system)
(native-inputs
`(("github.com/mattn/go-isatty" ,go-github-com-mattn-go-isatty)
("github.com/mattn/go-runewidth" ,go-github-com-mattn-go-runewidth)
("github.com/mattn/go-runewidth" ,go-github.com-mattn-go-runewidth)
("github.com/mattn/go-shellwords" ,go-github-com-mattn-go-shellwords)
("go-golang-org-x-crypto" ,go-golang-org-x-crypto)
("go-golang-org-x-sys" ,go-golang-org-x-sys)