mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
gnu: go-sixel: Fix build.
* gnu/packages/golang-xyz.scm (go-sixel)[native-inputs]: Append [native-inputs] of go-github-com-mattn-go-sixel. Change-Id: If7b9ba77937786399f02810d6e700c20baf70e74
This commit is contained in:
committed by
Andreas Enge
parent
39f6eefb7c
commit
2c835235bd
@@ -31860,7 +31860,10 @@ tool."))))
|
|||||||
((#:install-source? _ #t) #f)
|
((#:install-source? _ #t) #f)
|
||||||
((#:import-path _) "github.com/mattn/go-sixel/cmd/...")
|
((#:import-path _) "github.com/mattn/go-sixel/cmd/...")
|
||||||
((#:unpack-path _ "") "github.com/mattn/go-sixel")))
|
((#:unpack-path _ "") "github.com/mattn/go-sixel")))
|
||||||
(native-inputs (package-propagated-inputs go-github-com-mattn-go-sixel))
|
(native-inputs
|
||||||
|
(append
|
||||||
|
(package-native-inputs go-github-com-mattn-go-sixel)
|
||||||
|
(package-propagated-inputs go-github-com-mattn-go-sixel)))
|
||||||
(propagated-inputs '())
|
(propagated-inputs '())
|
||||||
(inputs '())
|
(inputs '())
|
||||||
(description
|
(description
|
||||||
|
|||||||
Reference in New Issue
Block a user