guix-commits
[Top][All Lists]
Advanced

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

02/07: system: image: Ensure Hurd images are cross-compiled if needed.


From: guix-commits
Subject: 02/07: system: image: Ensure Hurd images are cross-compiled if needed.
Date: Mon, 18 Oct 2021 04:19:58 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f513afa37f2760c7f842883598302795c896fc75
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Oct 18 00:10:38 2021 +0200

    system: image: Ensure Hurd images are cross-compiled if needed.
    
    Fixes regression introduced in d5073fd113c621fe0b55382f7dd336ee118e759f,
    whereby childhurd dependencies such as 'hurd' would erroneously be
    attempted to build natively on x86_64-linux.
    
    * gnu/system/images/hurd.scm (hurd-disk-image)[platform]: New field.
---
 gnu/system/images/hurd.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system/images/hurd.scm b/gnu/system/images/hurd.scm
index 77f7ff5..4c38c46 100644
--- a/gnu/system/images/hurd.scm
+++ b/gnu/system/images/hurd.scm
@@ -76,6 +76,7 @@
 (define hurd-disk-image
   (image
    (format 'disk-image)
+   (platform hurd)
    (partitions
     (list (partition
            (size 'guess)



reply via email to

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