gnu: csvdiff: Adjust inputs.
* gnu/packages/textutils.scm (csvdiff): Adjust inputs. [arguments]: Swap to list style, do not install sources. [native-inputs]: Swap from propagated-inputs to native-inputs. Remove indirect Golang modules: go-github-com-mattn-go-colorable, go-github-com-oneofone-xxhash, go-github-com-spaolacci-murmur3, and go-golang-org-x-sys. Change-Id: I903d8869b8c468c15a2e78a565bcaaf34594e34bmaster
parent
e8d3d5224e
commit
0f3f787043
|
@ -1505,17 +1505,15 @@ files for valid UTF-8 use and to report which line endings they use.")
|
||||||
"0cd1ikxsypjqisfnmr7zix3g7x8p892w77086465chyd39gpk97b"))))
|
"0cd1ikxsypjqisfnmr7zix3g7x8p892w77086465chyd39gpk97b"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/aswinkarthik/csvdiff"))
|
(list
|
||||||
(propagated-inputs
|
#:install-source? #f
|
||||||
(list go-golang-org-x-sys
|
#:import-path "github.com/aswinkarthik/csvdiff"))
|
||||||
go-github-com-stretchr-testify
|
(native-inputs
|
||||||
go-github-com-spf13-cobra
|
(list go-github-com-cespare-xxhash
|
||||||
go-github-com-spf13-afero
|
|
||||||
go-github-com-spaolacci-murmur3
|
|
||||||
go-github-com-mattn-go-colorable
|
|
||||||
go-github-com-fatih-color
|
go-github-com-fatih-color
|
||||||
go-github-com-cespare-xxhash
|
go-github-com-spf13-afero
|
||||||
go-github-com-oneofone-xxhash))
|
go-github-com-spf13-cobra
|
||||||
|
go-github-com-stretchr-testify))
|
||||||
(home-page "https://github.com/aswinkarthik/csvdiff")
|
(home-page "https://github.com/aswinkarthik/csvdiff")
|
||||||
(synopsis "Fast diff tool for comparing CSV files")
|
(synopsis "Fast diff tool for comparing CSV files")
|
||||||
(description "@code{csvdiff} is a diff tool to compute changes between two
|
(description "@code{csvdiff} is a diff tool to compute changes between two
|
||||||
|
|
Reference in New Issue