guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: guile-bytestructures: Fix cross-compilation.


From: guix-commits
Subject: 05/05: gnu: guile-bytestructures: Fix cross-compilation.
Date: Sun, 29 Dec 2019 15:27:52 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit b9a9c8efca7fdf17ebda56518ac5df789de63e8f
Author: Mathieu Othacehe <address@hidden>
Date:   Sun Dec 29 21:24:10 2019 +0100

    gnu: guile-bytestructures: Fix cross-compilation.
    
    * gnu/packages/guile.scm (guile-bytestructures)[native-inputs]: Add guile to
    fix cross-compilation.
---
 gnu/packages/guile.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 62e9bc8..d5f82b2 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -601,7 +601,8 @@ Guile's foreign function interface.")
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
-       ("pkg-config" ,pkg-config)))
+       ("pkg-config" ,pkg-config)
+       ("guile" ,guile-2.2)))
     (inputs
      `(("guile" ,guile-2.2)))
     (synopsis "Structured access to bytevector contents for Guile")



reply via email to

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