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:
parent
3ad9039515
commit
6d225e89db
1 changed files with 6 additions and 5 deletions
|
@ -3110,14 +3110,15 @@ (define-public antlr2
|
||||||
(substitute* "lib/cpp/antlr/CharScanner.hpp"
|
(substitute* "lib/cpp/antlr/CharScanner.hpp"
|
||||||
(("#include <map>")
|
(("#include <map>")
|
||||||
(string-append
|
(string-append
|
||||||
"#include <map>\n"
|
"#include <map>\n"
|
||||||
"#define EOF (-1)\n"
|
"#define EOF (-1)\n"
|
||||||
"#include <strings.h>")))
|
"#include <strings.h>")))
|
||||||
(substitute* "configure"
|
(substitute* "configure"
|
||||||
(("/bin/sh") "sh"))))))
|
(("/bin/sh") "sh"))
|
||||||
|
#t))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f ; no test target
|
||||||
#:imported-modules ((guix build ant-build-system)
|
#:imported-modules ((guix build ant-build-system)
|
||||||
(guix build syscalls)
|
(guix build syscalls)
|
||||||
,@%gnu-build-system-modules)
|
,@%gnu-build-system-modules)
|
||||||
|
|
Loading…
Reference in a new issue