mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: guile-smc: Fix cross-building.
* gnu/packages/guile-xyz.scm (guile-smc)[native-inputs]: Add guile-3.0 and guile-lib. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
0a5998941a
commit
761d78ea95
1 changed files with 9 additions and 1 deletions
|
@ -5344,7 +5344,15 @@ (define-public guile-smc
|
|||
(,(string-append out go)
|
||||
,(string-append guile-lib go))))))))))
|
||||
(native-inputs
|
||||
(list autoconf automake pkg-config texinfo help2man which))
|
||||
(list autoconf
|
||||
automake
|
||||
pkg-config
|
||||
texinfo
|
||||
help2man
|
||||
which
|
||||
;; needed when cross-compiling.
|
||||
guile-3.0
|
||||
guile-lib))
|
||||
(inputs
|
||||
(list bash-minimal guile-3.0 guile-lib inetutils))
|
||||
(home-page "https://github.com/artyom-poptsov/guile-smc")
|
||||
|
|
Loading…
Reference in a new issue