guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/17: gnu: guile-smc: Fix cross-building.


From: guix-commits
Subject: 10/17: gnu: guile-smc: Fix cross-building.
Date: Wed, 24 May 2023 09:05:34 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 761d78ea95bdff0a85f4f9f87ca8a2538cdbd28b
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Mon May 1 18:47:48 2023 +0300

    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>
---
 gnu/packages/guile-xyz.scm | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]