build-system/trivial: Preserve the cross-compilation target in bags.
* guix/build-system/trivial.scm (lower): Initialize the 'target' field.
This commit is contained in:
parent
708be46bfd
commit
553521d27c
|
@ -41,6 +41,7 @@
|
||||||
(bag
|
(bag
|
||||||
(name name)
|
(name name)
|
||||||
(system system)
|
(system system)
|
||||||
|
(target target)
|
||||||
(host-inputs `(,@(if source
|
(host-inputs `(,@(if source
|
||||||
`(("source" ,source))
|
`(("source" ,source))
|
||||||
'())
|
'())
|
||||||
|
|
Loading…
Reference in New Issue