guix_mirror_bot pushed a commit to branch master
in repository guix.
commit efcc18cffd64540377f4cb7882984da29a8277d8
Author: Mathieu Lirzin <[email protected]>
AuthorDate: Sat Jan 31 07:53:48 2026 +0100
gnu: clojure: Remove redundant icedtea input.
It is already defined by the ant-build-system, and it is not referenced
in the output.
* gnu/packages/clojure.scm (clojure)[inputs]: Remove icedtea.
Change-Id: Ibc59bdf569167c6b111e6b31ee629224ce3a6bf0
Signed-off-by: Julien Lepiller <[email protected]>
---
gnu/packages/clojure.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index affdf1cac3..0fb32d348f 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -273,7 +273,6 @@ and line numbers not only to lists, but also to symbols,
vectors and maps.")
(base32
"072dv6s2gxcg8snlgkpjk6bp1cb17bgfshdq6ijsa4yslpqbf9wc")))))
(build-system ant-build-system)
- (inputs (list icedtea))
(arguments
`(#:imported-modules ((guix build clojure-utils)
(guix build clojure-build-system)