me
/
guix
Archived
1
0
Fork 0

build-system/trivial: Preserve the cross-compilation target in bags.

* guix/build-system/trivial.scm (lower): Initialize the 'target' field.
master
Ludovic Courtès 2014-10-05 22:54:03 +02:00
parent 708be46bfd
commit 553521d27c
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
(bag
(name name)
(system system)
(target target)
(host-inputs `(,@(if source
`(("source" ,source))
'())