bug-guix
[Top][All Lists]
Advanced

[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: Mon, 05 Dec 2016 21:48:36 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Andy Patterson <address@hidden> skribis:

> * gnu/packages/scanner.scm (sane-backends+hpaio): New variable.

[...]

> +(define-public sane-backends+hpaio

Could you add a comment and a synopsis explaining what’s this is?

> +  (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?

Otherwise LGTM, thanks!

Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]