gnu: antlr3-3.3: Fix java8 issue.

* gnu/packages/java.scm (antlr3-3.3)[source]: Add patch.
* gnu/packages/patches/antlr3-3_3-fix-java8-compilation.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
Gábor Boskovits 2018-03-04 14:16:37 +01:00 committed by Danny Milosavljevic
parent 4c763b4d67
commit 48c8622010
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5
3 changed files with 39 additions and 1 deletions

View file

@ -6023,7 +6023,9 @@ tree walking, and translation.")
version ".tar.gz"))
(sha256
(base32
"0qgg5vgsm4l1d6dj9pfbaa25dpv2ry2gny8ajy4vvgvfklw97b3m"))))
"0qgg5vgsm4l1d6dj9pfbaa25dpv2ry2gny8ajy4vvgvfklw97b3m"))
(patches
(search-patches "antlr3-3_3-fix-java8-compilation.patch"))))
(arguments
`(#:jar-name (string-append ,name "-" ,version ".jar")
#:source-dir (string-join '("tool/src/main/java"