bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52598: [PATCH] build-system: clojure: Allow clojure-build-system to


From: Reily Siegel
Subject: bug#52598: [PATCH] build-system: clojure: Allow clojure-build-system to pass source to ant.
Date: Thu, 23 Dec 2021 14:29:02 -0500

Fixes http://bugs.gnu.org/52598.

* guix/build-system/clojure.scm (lower): Remove #:source from private
keywords, preventing an error in ant-build-system.
---
 guix/build-system/clojure.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/guix/build-system/clojure.scm b/guix/build-system/clojure.scm
index 39b7f44e89..634854cf1b 100644
--- a/guix/build-system/clojure.scm
+++ b/guix/build-system/clojure.scm
@@ -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
-- 
2.34.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]