bug#25101: [PATCH 1/2] gnu: Add hpaio-enabled sane-backends variant.

2016-12-17 Thread Ludovic Courtès
Hello! Andy Patterson skribis: > Here's some patches implementing what you've suggested. I decided to use the > full "sane-backends" for the other dependents, since I guessed that they need > some backend support. If anyone knows that that's not required, it can be > changed. I think that’s fin

bug#25101: [PATCH 1/2] gnu: Add hpaio-enabled sane-backends variant.

2016-12-13 Thread Andy Patterson
Hi, Here's some patches implementing what you've suggested. I decided to use the full "sane-backends" for the other dependents, since I guessed that they need some backend support. If anyone knows that that's not required, it can be changed. Thanks, -- Andy

bug#25101: [PATCH 1/2] gnu: Add hpaio-enabled sane-backends variant.

2016-12-12 Thread Ludovic Courtès
Andy Patterson skribis: > Hi, and sorry for the late reply. > > On Tue, 06 Dec 2016 10:10:57 +0100 > l...@gnu.org (Ludovic Courtès) wrote: > >> Andy Patterson skribis: >> >> > On Mon, 05 Dec 2016 21:48:36 +0100 >> > l...@gnu.org (Ludovic Courtès) wrote: >> > >> >> > +(define-public sane-backe

bug#25101: [PATCH 1/2] gnu: Add hpaio-enabled sane-backends variant.

2016-12-12 Thread Andy Patterson
Hi, and sorry for the late reply. On Tue, 06 Dec 2016 10:10:57 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Andy Patterson skribis: > > > On Mon, 05 Dec 2016 21:48:36 +0100 > > l...@gnu.org (Ludovic Courtès) wrote: > > > >> > +(define-public sane-backends+hpaio > >> > >> Could you add a

bug#25101: [PATCH 1/2] gnu: Add hpaio-enabled sane-backends variant.

2016-12-06 Thread Ludovic Courtès
Andy Patterson skribis: > On Mon, 05 Dec 2016 21:48:36 +0100 > l...@gnu.org (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 >> > +(in

bug#25101: [PATCH 1/2] gnu: Add hpaio-enabled sane-backends variant.

2016-12-05 Thread Andy Patterson
On Mon, 05 Dec 2016 21:48:36 +0100 l...@gnu.org (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? > > + (package > > +(inherit sane-backends) > > +(name "sane-back

bug#25101: [PATCH 1/2] gnu: Add hpaio-enabled sane-backends variant.

2016-12-05 Thread Ludovic Courtès
Andy Patterson 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") > +(inpu

bug#25101: [PATCH 1/2] gnu: Add hpaio-enabled sane-backends variant.

2016-12-03 Thread Andy Patterson
* gnu/packages/scanner.scm (sane-backends+hpaio): New variable. --- gnu/packages/scanner.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/scanner.scm b/gnu/packages/scanner.scm index 76817b3..f918291 100644 --- a/gnu/packages/scanner.scm +++ b/gn