diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2017-05-15 23:39:44 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2017-05-15 23:39:44 +0200 |
| commit | 6d225e89dbd67a3365005c2e3f8d095ef01a29c3 (patch) | |
| tree | 347a2d453bdacb6823f2058a042039bb3df6d1c9 /gnu | |
| parent | 3ad9039515f62cebdc07b6a6635c3672dfe67604 (diff) | |
gnu: antlr2: Minor stylistic changes.
* gnu/packages/java.scm (antlr2)[source]: Fix indentation; end snippet on #t;
add comment next to disabled tests.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/java.scm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index cc57158d3ce..4a381b6a1ce 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm | |||
| @@ -3110,14 +3110,15 @@ This is a part of the Apache Commons Project.") | |||
| 3110 | (substitute* "lib/cpp/antlr/CharScanner.hpp" | 3110 | (substitute* "lib/cpp/antlr/CharScanner.hpp" |
| 3111 | (("#include <map>") | 3111 | (("#include <map>") |
| 3112 | (string-append | 3112 | (string-append |
| 3113 | "#include <map>\n" | 3113 | "#include <map>\n" |
| 3114 | "#define EOF (-1)\n" | 3114 | "#define EOF (-1)\n" |
| 3115 | "#include <strings.h>"))) | 3115 | "#include <strings.h>"))) |
| 3116 | (substitute* "configure" | 3116 | (substitute* "configure" |
| 3117 | (("/bin/sh") "sh")))))) | 3117 | (("/bin/sh") "sh")) |
| 3118 | #t)))) | ||
| 3118 | (build-system gnu-build-system) | 3119 | (build-system gnu-build-system) |
| 3119 | (arguments | 3120 | (arguments |
| 3120 | `(#:tests? #f | 3121 | `(#:tests? #f ; no test target |
| 3121 | #:imported-modules ((guix build ant-build-system) | 3122 | #:imported-modules ((guix build ant-build-system) |
| 3122 | (guix build syscalls) | 3123 | (guix build syscalls) |
| 3123 | ,@%gnu-build-system-modules) | 3124 | ,@%gnu-build-system-modules) |
