[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#25101: [PATCH 1/2] gnu: Add hpaio-enabled sane-backends variant.
From: |
Ludovic Courtès |
Subject: |
bug#25101: [PATCH 1/2] gnu: Add hpaio-enabled sane-backends variant. |
Date: |
Tue, 06 Dec 2016 10:10:57 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Andy Patterson <address@hidden> skribis:
> On Mon, 05 Dec 2016 21:48:36 +0100
> address@hidden (Ludovic Courtès) wrote:
>
>> > +(define-public sane-backends+hpaio
>>
>> Could you add a comment and a synopsis explaining what’s this is?
>>
>
> Sure, is the following patch ok?
Yup!
>> > + (package
>> > + (inherit sane-backends)
>> > + (name "sane-backends+hpaio")
>> > + (inputs
>> > + `(("hplip" ,(@ (gnu packages cups) hplip))
>> > + ,@(package-inputs sane-backends)))
>>
>> The closure size of this is 290 MiB whereas it’s 87 MiB for
>> ‘sane-backends’. I suppose that’s the reason to keep’em separated?
>>
>
> Yeah, and there's also the fact that hplip depends on sane-backends.
> But this is the reason I didn't change sane-backends into a private
> variable, and then make this the new sane-backends.
Oh right.
One last thing: should we renaming “sane-backends” to
“sane-backends-minimal”, and “sane-backends+hpaio” to “sane-backends”?
That way all scanners would work out of the box, at the expense of extra
disk usage, but that is roughly what patch 2/2 does anyway.
Thanks!
Ludo’.
- bug#25101: simple-scan can't use hpaio, Danny Milosavljevic, 2016/12/03
- bug#25101: simple-scan can't use hpaio, Andy Patterson, 2016/12/03
- bug#25101: [PATCH 1/2] gnu: Add hpaio-enabled sane-backends variant., Andy Patterson, 2016/12/03
- bug#25101: [PATCH 1/2] gnu: Add hpaio-enabled sane-backends variant., Ludovic Courtès, 2016/12/05
- bug#25101: [PATCH 1/2] gnu: Add hpaio-enabled sane-backends variant., Andy Patterson, 2016/12/05
- bug#25101: [PATCH 1/2] gnu: Add hpaio-enabled sane-backends variant.,
Ludovic Courtès <=
- bug#25101: [PATCH 1/2] gnu: Add hpaio-enabled sane-backends variant., Andy Patterson, 2016/12/12
- bug#25101: [PATCH 1/2] gnu: Add hpaio-enabled sane-backends variant., Ludovic Courtès, 2016/12/12
- bug#25101: [PATCH 1/2] gnu: Add hpaio-enabled sane-backends variant., Andy Patterson, 2016/12/14
- bug#25101: [PATCH 1/3] gnu: sane-backends: Disable backend generation., Andy Patterson, 2016/12/14
- bug#25101: [PATCH 3/3] gnu: Add and use sane-backends., Andy Patterson, 2016/12/14
- bug#25101: [PATCH 2/3] gnu: Add and use sane-backends-minimal., Andy Patterson, 2016/12/14
- bug#25101: [PATCH 1/2] gnu: Add hpaio-enabled sane-backends variant., Ludovic Courtès, 2016/12/17
bug#25101: [PATCH 2/2] gnu: simple-scan: Enable hpaio support., Andy Patterson, 2016/12/03
bug#25101: simple-scan can't use hpaio, Andy Patterson, 2016/12/03