nonguix: Update binary build system to pass sources.
* nonguix/build-system/binary.scm (lower): Remove #:source from 'private-keywords'.
This commit is contained in:
parent
bb04d6791c
commit
c736f26fae
|
@ -72,7 +72,7 @@
|
|||
#:rest arguments)
|
||||
"Return a bag for NAME."
|
||||
(define private-keywords
|
||||
'(#:source #:target #:patchelf #:inputs #:native-inputs))
|
||||
'(#:target #:patchelf #:inputs #:native-inputs))
|
||||
|
||||
(and (not target) ;XXX: no cross-compilation
|
||||
(bag
|
||||
|
|
Loading…
Reference in New Issue
Block a user