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-mattn-go-sixel: Adjust inputs.

* gnu/packages/golang-xyz.scm (go-github-com-mattn-go-sixel)
[native-inputs]: Add go-github-com-burntsushi-graphics-go.

Change-Id: Ife2a552d26855ced247ba8b8b52e259ce5dbe211
This commit is contained in:
Sharlatan Hellseher 2024-12-15 17:33:34 +00:00
parent dbcec82ce8
commit d371b14b06
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -6600,6 +6600,8 @@ the @code{cpan} module @code{Parse::CommandLine}.")
(arguments
(list
#:import-path "github.com/mattn/go-sixel"))
(native-inputs
(list go-github-com-burntsushi-graphics-go)) ; for the CLI command
(propagated-inputs
(list go-github-com-soniakeys-quant))
(home-page "https://github.com/mattn/go-sixel")