mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: guile-png: Fix cross-building.
* gnu/packages/guile-xyz.scm (guile-png)[native-inputs]: Add guile-3.0, guile-lib, guile-zlib and guile-smc. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
8b1b9334e4
commit
99a61391d7
1 changed files with 9 additions and 1 deletions
|
@ -3867,7 +3867,15 @@ (define-public guile-png
|
|||
(string-append " (png graphics)\n"
|
||||
" (png fsm context))\n"
|
||||
"(log-clear-handlers!)"))))))))
|
||||
(native-inputs (list autoconf automake pkg-config texinfo))
|
||||
(native-inputs (list autoconf
|
||||
automake
|
||||
pkg-config
|
||||
texinfo
|
||||
;; needed when cross-compiling.
|
||||
guile-3.0
|
||||
guile-lib
|
||||
guile-zlib
|
||||
guile-smc))
|
||||
(inputs (list bash-minimal guile-3.0 guile-lib guile-zlib))
|
||||
(propagated-inputs (list guile-smc))
|
||||
(home-page "https://github.com/artyom-poptsov/guile-png")
|
||||
|
|
Loading…
Reference in a new issue