diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/guile-xyz.scm | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index f97b835da8..782fd1f54b 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -5344,7 +5344,15 @@ GitLab instance.") (,(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") |