guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: guix: Fix cross-compilation.


From: guix-commits
Subject: branch core-updates updated: gnu: guix: Fix cross-compilation.
Date: Fri, 06 Mar 2020 07:52:06 -0500

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

mothacehe pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new b4335cf  gnu: guix: Fix cross-compilation.
b4335cf is described below

commit b4335cfb55ced138ce07cf5d0a29c06fa6e6d1c5
Author: Mathieu Othacehe <address@hidden>
AuthorDate: Fri Mar 6 13:49:40 2020 +0100

    gnu: guix: Fix cross-compilation.
    
    * gnu/packages/package-management.scm (guix)[native-inputs]: Add all Guile
    libraries to fix cross-compilation.
---
 gnu/packages/package-management.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index c872a56..6daad07 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -11,6 +11,7 @@
 ;;; Copyright © 2018, 2019 Eric Bavier <address@hidden>
 ;;; Copyright © 2019, 2020 Efraim Flashner <address@hidden>
 ;;; Copyright © 2019 Jonathan Brielmaier <address@hidden>
+;;; Copyright © 2020 Mathieu Othacehe <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -277,6 +278,16 @@
                           #t))))))
       (native-inputs `(("pkg-config" ,pkg-config)
 
+                       ;; Guile libraries are needed here for
+                       ;; cross-compilation.
+                       ("guile" ,guile-2.2)
+                       ("gnutls" ,gnutls)
+                       ("guile-gcrypt" ,guile-gcrypt)
+                       ("guile-json" ,guile-json-3)
+                       ("guile-sqlite3" ,guile-sqlite3)
+                       ("guile-ssh" ,guile-ssh)
+                       ("guile-git" ,guile-git)
+
                        ;; XXX: Keep the development inputs here even though
                        ;; they're unnecessary, just so that 'guix environment
                        ;; guix' always contains them.



reply via email to

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