From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: '-light' vs. '-minimal' packages Date: Wed, 02 Sep 2015 22:18:10 +0200 Message-ID: <87vbbs60e5.fsf@gnu.org> References: <87613v43kv.fsf@gnu.org> <87a8t64ph1.fsf@elephly.net> <871teh9ddz.fsf_-_@gnu.org> <87y4goy88h.fsf_-_@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXEU2-0008OY-Il for guix-devel@gnu.org; Wed, 02 Sep 2015 16:18:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXEU1-000050-M7 for guix-devel@gnu.org; Wed, 02 Sep 2015 16:18:14 -0400 In-Reply-To: <87y4goy88h.fsf_-_@gmail.com> (Alex Kost's message of "Wed, 02 Sep 2015 21:41:18 +0300") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > Ludovic Court=C3=A8s (2015-09-02 16:09 +0300) wrote: > >> Ricardo Wurmus skribis: >> >>> An alternative is to inherit from the =E2=80=9Cr=E2=80=9D package in = =E2=80=9Cstatistics.scm=E2=80=9D. >>> >>> (define-module (my own packages) >>> #:use-module (guix packages) >>> #:use-module (gnu packages statistics) >>> #:use-module (srfi srfi-1)) >>> >>> (define-public my-r >>> (package (inherit r) >>> (name "my-r") >>> ;; modify only the inputs here >>> (native-inputs (alist-delete "texlive" (package-native-inputs r= ))) >>> (inputs (alist-delete "icedtea6" (package-inputs r))))) >> >> Speaking of which: should we get rid of icedtea6:jdk in the default R >> package (closure size: 1=C2=A0GiB), and maybe of TeX Live (4=C2=A0GiB)? = Or should >> we provide, say, =E2=80=98r-light=E2=80=99 with the definition above? > > We have =E2=80=98bash-light=E2=80=99 and =E2=80=98wpa-supplicant-light=E2= =80=99; =E2=80=98bioperl-minimal=E2=80=99 and > =E2=80=98cups-minimal=E2=80=99. I think we should stick to a single name= for such > light/minimal packages. (I prefer "=E2=80=A6-minimal") Right, I realized I hadn=E2=80=99t made up my mind. =E2=80=9CMinimal=E2=80= =9D is probably preferable, indeed. Let=E2=80=99s rename and bash-light in core-updates, a= nd wpa-supplicant-light in master. Ludo=E2=80=99.