diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 9eaed6a2b8..18d972d652 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -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")