gnu: go-github-com-mgutz-ansi: Propagate inputs.
* gnu/packages/golang-xyz.scm (go-github-com-mgutz-ansi): Propagate inputs. * gnu/packages/music.scm (demlo) [native-inputs]: Remove go-github-com-mattn-go-isatty, and go-github-com-mattn-go-colorable. Change-Id: I26949e5ef7dd5cf3e118883c28a30d9e859a11b0master
parent
995151b7ed
commit
3220226b40
|
@ -2231,7 +2231,7 @@ other directories. It is optimized for filewalking.")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list #:import-path "github.com/mgutz/ansi"))
|
||||
(native-inputs
|
||||
(propagated-inputs
|
||||
(list go-github-com-mattn-go-isatty go-github-com-mattn-go-colorable))
|
||||
(home-page "https://github.com/mgutz/ansi")
|
||||
(synopsis "Small, fast library to create ANSI colored strings and codes")
|
||||
|
|
|
@ -5971,8 +5971,6 @@ console music players.")
|
|||
(build-system go-build-system)
|
||||
(native-inputs
|
||||
(list lua
|
||||
go-github-com-mattn-go-isatty
|
||||
go-github-com-mattn-go-colorable
|
||||
go-github-com-aarzilli-golua
|
||||
go-gitlab-com-ambrevar-damerau
|
||||
go-gitlab-com-ambrevar-golua-unicode
|
||||
|
|
Reference in New Issue