system: image: Ensure Hurd images are cross-compiled if needed.
Fixes regression introduced in d5073fd113
,
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.
This commit is contained in:
parent
3fbf38aca2
commit
f513afa37f
@ -76,6 +76,7 @@
|
||||
(define hurd-disk-image
|
||||
(image
|
||||
(format 'disk-image)
|
||||
(platform hurd)
|
||||
(partitions
|
||||
(list (partition
|
||||
(size 'guess)
|
||||
|
Loading…
Reference in New Issue
Block a user