mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: guile-ini: Fix cross-building.
* gnu/packages/guile-xyz.scm (guile-ini)[native-inputs]: Add guile-3.0, guile-lib and guile-smc. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
10888f26e0
commit
da39980b79
1 changed files with 8 additions and 1 deletions
|
@ -5398,7 +5398,14 @@ (define-public guile-ini
|
|||
`(#:make-flags '("GUILE_AUTO_COMPILE=0") ;to prevent guild warnings
|
||||
#:phases (modify-phases %standard-phases
|
||||
(delete 'strip))))
|
||||
(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-smc))
|
||||
(inputs (list bash-minimal guile-3.0 guile-lib))
|
||||
(propagated-inputs (list guile-smc))
|
||||
(home-page "https://github.com/artyom-poptsov/guile-ini")
|
||||
|
|
Loading…
Reference in a new issue