Alex Kost skribis:
> Ludovic Courtès (2015-09-04 00:11 +0300) wrote:
>
>> Alex Kost skribis:
>>
>>> From e040b70e23f04fca1c91123751ce8b6e28719bb8 Mon Sep 17 00:00:00 2001
>>> From: Alex Kost
>>> Date: Thu, 3 Sep 2015 11:12:28 +0300
>>> Subject: [PATCH] gnu: bash-light: Rename to bash-minimal.
>
Ludovic Courtès (2015-09-04 00:11 +0300) wrote:
> Alex Kost skribis:
>
>> From e040b70e23f04fca1c91123751ce8b6e28719bb8 Mon Sep 17 00:00:00 2001
>> From: Alex Kost
>> Date: Thu, 3 Sep 2015 11:12:28 +0300
>> Subject: [PATCH] gnu: bash-light: Rename to bash-minimal.
>>
>> * gnu/packages/bash.scm (
Alex Kost skribis:
> From e040b70e23f04fca1c91123751ce8b6e28719bb8 Mon Sep 17 00:00:00 2001
> From: Alex Kost
> Date: Thu, 3 Sep 2015 11:12:28 +0300
> Subject: [PATCH] gnu: bash-light: Rename to bash-minimal.
>
> * gnu/packages/bash.scm (bash-light): Rename to ...
> (bash-minimal): ...this.
>
Ludovic Courtès (2015-09-02 23:18 +0300) wrote:
> Alex Kost skribis:
[...]
>> We have ‘bash-light’ and ‘wpa-supplicant-light’; ‘bioperl-minimal’ and
>> ‘cups-minimal’. I think we should stick to a single name for such
>> light/minimal packages. (I prefer "…-minimal")
>
> Right, I realized I had
Alex Kost skribis:
> Ludovic Courtès (2015-09-02 16:09 +0300) wrote:
>
>> Ricardo Wurmus skribis:
>>
>>> An alternative is to inherit from the “r” package in “statistics.scm”.
>>>
>>> (define-module (my own packages)
>>> #:use-module (guix packages)
>>> #:use-module (gnu packages
Alex Kost writes:
> Ludovic Courtès (2015-09-02 16:09 +0300) wrote:
>
>> Ricardo Wurmus skribis:
>>
>>> An alternative is to inherit from the “r” package in “statistics.scm”.
>>>
>>> (define-module (my own packages)
>>> #:use-module (guix packages)
>>> #:use-module (gnu packages
Ludovic Courtès (2015-09-02 16:09 +0300) wrote:
> Ricardo Wurmus skribis:
>
>> An alternative is to inherit from the “r” package in “statistics.scm”.
>>
>> (define-module (my own packages)
>> #:use-module (guix packages)
>> #:use-module (gnu packages statistics)
>> #:use-mod