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 @@ GitLab instance.")
|
||||||
(,(string-append out go)
|
(,(string-append out go)
|
||||||
,(string-append guile-lib go))))))))))
|
,(string-append guile-lib go))))))))))
|
||||||
(native-inputs
|
(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
|
(inputs
|
||||||
(list bash-minimal guile-3.0 guile-lib inetutils))
|
(list bash-minimal guile-3.0 guile-lib inetutils))
|
||||||
(home-page "https://github.com/artyom-poptsov/guile-smc")
|
(home-page "https://github.com/artyom-poptsov/guile-smc")
|
||||||
|
|
Reference in a new issue