guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-git: Fix cross-compilation.


From: guix-commits
Subject: branch master updated: gnu: guile-git: Fix cross-compilation.
Date: Tue, 18 Feb 2020 05:48:01 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 85e887d  gnu: guile-git: Fix cross-compilation.
85e887d is described below

commit 85e887ddc7037dcf285025ba8eecc0946a1b74fb
Author: Mathieu Othacehe <address@hidden>
AuthorDate: Tue Feb 18 11:47:32 2020 +0100

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

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 289158e..a5466f8 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -654,7 +654,9 @@ type system, elevating types to first-class status.")
                 "0c5i3d16hp7gp9rd78vk9zc45js8bphf92m4lbb5gyi4l1yl7kkm"))))
     (build-system gnu-build-system)
     (native-inputs
-     `(("pkg-config" ,pkg-config)))
+     `(("pkg-config" ,pkg-config)
+       ("guile" ,guile-2.2)
+       ("guile-bytestructures" ,guile-bytestructures)))
     (inputs
      `(("guile" ,guile-2.2)
        ("libgit2" ,libgit2)))



reply via email to

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