Ricardo Wurmus skribis:
> Leo Famulari writes:
>
>> On Mon, Aug 15, 2016 at 04:42:01PM +0200, Ricardo Wurmus wrote:
>>> > (define* (ant-build store name inputs
>>
>> [...]
>>
>>> > (guile #f)p
>>> > ^^^ what does this mean?
>>>
>>> Ouch! This s
On Tue, Aug 16, 2016 at 09:58:33AM +0200, Ricardo Wurmus wrote:
>
> Leo Famulari writes:
>
> > On Mon, Aug 15, 2016 at 04:42:01PM +0200, Ricardo Wurmus wrote:
> >> > (define* (ant-build store name inputs
> >
> > [...]
> >
> >> > (guile #f)p
> >> >
Leo Famulari writes:
> On Mon, Aug 15, 2016 at 04:42:01PM +0200, Ricardo Wurmus wrote:
>> > (define* (ant-build store name inputs
>
> [...]
>
>> > (guile #f)p
>> > ^^^ what does this mean?
>>
>> Ouch! This shouldn’t have been committed. This i
On Mon, Aug 15, 2016 at 04:42:01PM +0200, Ricardo Wurmus wrote:
> > (define* (ant-build store name inputs
[...]
> > (guile #f)p
> > ^^^ what does this mean?
>
> Ouch! This shouldn’t have been committed. This is what happened pretty
> often with
Danny Milosavljevic writes:
> Hi,
>
> how can I specify that I need a Java 1.8 compiler and source level when using
> ant-build-system?
The build system adds these inputs by default:
(build-inputs `(("jdk" ,jdk "jdk")
("ant" ,ant)
("z
On Mon, Aug 15, 2016 at 10:17 AM, Danny Milosavljevic
wrote:
> Hi,
>
> how can I specify that I need a Java 1.8 compiler and source level when using
> ant-build-system?
>
> Also, guix/build-system/ant.scm says:
>
> (define* (ant-build store name inputs
> #:key
>
Hi,
how can I specify that I need a Java 1.8 compiler and source level when using
ant-build-system?
Also, guix/build-system/ant.scm says:
(define* (ant-build store name inputs
#:key
(tests? #t)
(test-target "tests")