guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26803: [PATCH 06/36] gnu: Add java-asm.


From: Ricardo Wurmus
Subject: bug#26803: [PATCH 06/36] gnu: Add java-asm.
Date: Wed, 10 May 2017 15:58:13 +0200
User-agent: mu4e 0.9.18; emacs 25.2.1

Roel Janssen <address@hidden> writes:

>> +(define-public java-asm
>> +  (package
>> +    (name "java-asm")
>> +    (version "5.2")
>> +    (source (origin
>> +              (method url-fetch)
>> +              (uri (string-append "http://download.forge.ow2.org/asm/";
>> +                                  "asm-" version ".tar.gz"))
>> +              (sha256
>> +               (base32
>> +                "0kxvmv5275rnjl7jv0442k3wjnq03ngkb7sghs78avf45pzm4qgr"))))
>> +    (build-system ant-build-system)
>> +    (arguments
>> +     `(#:build-target "compile"
>> +       #:test-target "test"
>> +       ;; The tests require an old version of Janino, which no longer 
>> compiles
>> +       ;; with the JDK7.
>> +       #:tests? #f
>
> Why set the test-target if you disable the tests?

You’re right, that doesn’t make much sense.  I’ll remove it.

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net






reply via email to

[Prev in Thread] Current Thread [Next in Thread]