build-system: clojure: Allow clojure-build-system to pass source to ant.

Fixes <https://bugs.gnu.org/52598>.

* guix/build-system/clojure.scm (lower): Remove #:source from private
keywords, preventing an error in ant-build-system.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
Reily Siegel 2021-12-23 14:29:02 -05:00 committed by Ricardo Wurmus
parent fb1bf73226
commit ee6c43f8cd
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -81,8 +81,7 @@ (define* (lower name
#:allow-other-keys
#:rest arguments)
"Return a bag for NAME."
(let ((private-keywords '(#:source #:target
#:inputs #:native-inputs
(let ((private-keywords '(#:target #:inputs #:native-inputs
#:clojure #:jdk #:zip)))
(if target