mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ (define* (lower name
|
|||
(bag
|
||||
(name name)
|
||||
(system system)
|
||||
(target target)
|
||||
(host-inputs `(,@(if source
|
||||
`(("source" ,source))
|
||||
'())
|
||||
|
|
Loading…
Reference in a new issue