~ruther/guix-local

6d225e89dbd67a3365005c2e3f8d095ef01a29c3 — Ricardo Wurmus 8 years ago 3ad9039
gnu: antlr2: Minor stylistic changes.

* gnu/packages/java.scm (antlr2)[source]: Fix indentation; end snippet on #t;
add comment next to disabled tests.
1 files changed, 6 insertions(+), 5 deletions(-)

M gnu/packages/java.scm
M gnu/packages/java.scm => gnu/packages/java.scm +6 -5
@@ 3110,14 3110,15 @@ This is a part of the Apache Commons Project.")
                  (substitute* "lib/cpp/antlr/CharScanner.hpp"
                    (("#include <map>")
                     (string-append
                       "#include <map>\n"
                       "#define EOF (-1)\n"
                       "#include <strings.h>")))
                      "#include <map>\n"
                      "#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)