GNU bug report logs -
#43639
[PATCH] [staging] gnu: groovy: Update to 3.0.5.
Previous Next
Reported by: Julien Lepiller <julien <at> lepiller.eu>
Date: Sat, 26 Sep 2020 22:15:02 UTC
Severity: normal
Tags: patch
Done: Julien Lepiller <julien <at> lepiller.eu>
Bug is archived. No further changes may be made.
Full log
Message #44 received at 43639 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/java.scm (java-tunnelvisionlabs-antlr4): New variable.
---
gnu/packages/java.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 83d26c4ab4..8b6f3f945b 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -8630,6 +8630,17 @@ the runtime library of ANTLR.")))
(list name package))))
(package-native-inputs java-tunnelvisionlabs-antlr4-runtime-bootstrap)))))
+(define-public java-tunnelvisionlabs-antlr4
+ (package
+ (inherit java-tunnelvisionlabs-antlr4-bootstrap)
+ (inputs
+ (map
+ (match-lambda
+ ((name package)
+ (if (equal? name "java-antlr4-runtime")
+ (list name java-tunnelvisionlabs-antlr4-runtime)
+ (list name package))))
+ (package-inputs java-tunnelvisionlabs-antlr4-bootstrap)))))
(define-public java-commons-cli-1.2
;; This is a bootstrap dependency for Maven2.
--
2.28.0
This bug report was last modified 4 years and 224 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.