mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue