gnu: antlr2: Minor stylistic changes.

* gnu/packages/java.scm (antlr2)[source]: Fix indentation; end snippet on #t;
add comment next to disabled tests.
This commit is contained in:
Ricardo Wurmus 2017-05-15 23:39:44 +02:00
parent 3ad9039515
commit 6d225e89db
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -3114,10 +3114,11 @@ This is a part of the Apache Commons Project.")
"#define EOF (-1)\n"
"#include <strings.h>")))
(substitute* "configure"
(("/bin/sh") "sh"))))))
(("/bin/sh") "sh"))
#t))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f
`(#:tests? #f ; no test target
#:imported-modules ((guix build ant-build-system)
(guix build syscalls)
,@%gnu-build-system-modules)