[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] icedtea6: split outputs
From: |
Ricardo Wurmus |
Subject: |
Re: [PATCH] icedtea6: split outputs |
Date: |
Wed, 4 Mar 2015 16:06:21 +0100 |
Ludovic Courtès writes:
> Ricardo Wurmus <address@hidden> skribis:
>
>> The other two patches update the packages for Ant and R, such that they
>> depend on the "jdk" output.
>
> Merge these into one patch, since doing it separately would mean that in
> the interim R and Ant would be left broken.
I merged the three commits and pushed this.
>> From 47b47b539d4d467b70861a42e0d9abba20f1362a Mon Sep 17 00:00:00 2001
>> From: Ricardo Wurmus <address@hidden>
>> Date: Wed, 4 Mar 2015 10:25:54 +0100
>> Subject: [PATCH 1/3] gnu: icedtea6: split outputs.
>>
>> * gnu/packages/java.scm (icedtea6)[outputs]: Use separate outputs for
>> documentation ("doc"), JDK ("jdk"), and JRE ("out").
>
> [...]
>
>> + (outputs '("out" ; Java Runtime Environment
>> + "jdk" ; Java Development Kit
>> + "doc")) ; all documentation
>
> Could you add the size of each output in parentheses, to give the reader
> an idea?
Oh, I forgot to do this before pushing :-/
I'll update the comments in a later commit. My apologies.
~~ Ricardo