1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: go-github-com-alecaivazis-survey-v2: Improve package.

* gnu/packages/golang-xyz.scm (go-github-com-alecaivazis-survey-v2)
[name]: Adjust it accordingly to go.mod module name.
[arguments] <import-path>: Likewise.
[propagated-inputs]: Remove go-github-com-stretchr-testify,
go-github-com-hinshun-vt10x, go-github-com-creack-pty, and
go-github-com-netflix-go-expect.
[native-inputs]: Add go-github-com-creack-pty,
go-github-com-hinshun-vt10x, go-github-com-netflix-go-expect, and
go-github-com-stretchr-testify.
[description]: Fix fill column indentation.

Change-Id: I468dda72ffce224e416b6e5b34eef71805db9ccf
This commit is contained in:
Sharlatan Hellseher 2025-06-20 23:13:22 +01:00
parent 9caebc7f6e
commit bada938227
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -855,7 +855,7 @@ http://tartarus.org/~martin/PorterStemmer/index.html.")
(define-public go-github-com-alecaivazis-survey-v2 (define-public go-github-com-alecaivazis-survey-v2
(package (package
(name "go-github-com-alecaivazis-survey") (name "go-github-com-alecaivazis-survey-v2")
(version "2.3.7") (version "2.3.7")
(source (source
(origin (origin
@ -869,22 +869,23 @@ http://tartarus.org/~martin/PorterStemmer/index.html.")
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
#:import-path "github.com/AlecAivazis/survey" #:import-path "github.com/AlecAivazis/survey/v2"))
#:unpack-path "github.com/AlecAivazis/survey")) (native-inputs
(propagated-inputs (list go-golang-org-x-text (list go-github-com-creack-pty
go-golang-org-x-term go-github-com-hinshun-vt10x
go-github-com-stretchr-testify go-github-com-netflix-go-expect
go-github-com-mgutz-ansi go-github-com-stretchr-testify))
go-github-com-mattn-go-isatty (propagated-inputs
go-github-com-kballard-go-shellquote (list go-github-com-kballard-go-shellquote
go-github-com-hinshun-vt10x go-github-com-mattn-go-isatty
go-github-com-creack-pty go-github-com-mgutz-ansi
go-github-com-netflix-go-expect)) go-golang-org-x-term
go-golang-org-x-text))
(home-page "https://github.com/AlecAivazis/survey") (home-page "https://github.com/AlecAivazis/survey")
(synopsis "Interactive and accessible terminal prompts for Go") (synopsis "Interactive and accessible terminal prompts for Go")
(description (description
"This package provides a library for building interactive and accessible prompts "This package provides a library for building interactive and accessible
on terminals supporting ANSI escape sequences.") prompts on terminals supporting ANSI escape sequences.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-alecthomas-chroma (define-public go-github-com-alecthomas-chroma