nonguix: Update binary build system to pass sources.

* nonguix/build-system/binary.scm (lower): Remove #:source from
  'private-keywords'.
This commit is contained in:
Jelle Licht 2021-11-30 00:54:52 +01:00 committed by Jonathan Brielmaier
parent bb04d6791c
commit c736f26fae
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -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