bug#25101: simple-scan can't use hpaio

2016-12-03 Thread Andy Patterson
On Sat, 3 Dec 2016 23:00:35 -0500 Andy Patterson wrote: > Hi Danny, > > I also noticed this problem a couple days ago, and I really needed to > scan something, so I've had these patches in my tree. It basically > implements your second suggestion. I think it's the right way to go > about it. >

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

bug#25101: simple-scan can't use hpaio

2016-12-03 Thread Andy Patterson
Hi Danny, I also noticed this problem a couple days ago, and I really needed to scan something, so I've had these patches in my tree. It basically implements your second suggestion. I think it's the right way to go about it. I realise you might also have patches you're working on, but maybe this

bug#25101: [PATCH 2/2] gnu: simple-scan: Enable hpaio support.

2016-12-03 Thread Andy Patterson
* gnu/packages/gnome.scm (simple-scan)[inputs]: Use 'sane-backends+hpaio'. --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 3aa0f56..531da43 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gn

bug#24834: Samba commands expect configuration file inside store

2016-12-03 Thread Adonay Felipe Nogueira
Here's a patch that tries to fix this issue. I already tested it, but please do so also just in case. Respectfully, Adonay. >From 086396d33e113a6d991b7c63063844c66a5610ca Mon Sep 17 00:00:00 2001 From: Adonay Felipe Nogueira Date: Sat, 3 Dec 2016 21:22:56 -0200 Subject: [PATCH] gnu: samba: Don't

bug#25095: Multiple output packages causes noop profile generations

2016-12-03 Thread Ludovic Courtès
Marius Bakke skribis: > Sorry for the non-descriptive title. It appears that having non-default > outputs in the profile always causes a new profile generation even if > the package derivations themselves don't change. Here is an example: > > $ guix package -u > The following packages will be upg

bug#25094: Add comments to archive keys and acls

2016-12-03 Thread Ludovic Courtès
Leo Famulari skribis: > On Fri, Dec 02, 2016 at 06:38:12PM +0100, Hartmut Goebel wrote: >> Hi, >> >> the keys for authenticating an archive currently do not hold any >> comment. This makes it hard to track acls and remove certain keys if >> required. > > Indeed, this makes key management a littl

bug#25101: simple-scan can't use hpaio

2016-12-03 Thread Danny Milosavljevic
simple-scan can't use hpaio as scanner. That means that HP scanners don't work at all. That's because: (1) sane-backends installs a hard-coded dll.conf . In itself, that's not so bad. However, this file doesn't contain a line "hpaio". To workaround this, I set environment variable SANE_CON

bug#25093: Configure file for system-wide substitutes

2016-12-03 Thread Chris Marusich
"Thompson, David" writes: > On Fri, Dec 2, 2016 at 12:25 PM, Hartmut Goebel > wrote: >> Hi, >> >> when publishing packages in the local network, one wants to use this >> substitute without passing --substitute-urls on every relevant run on guix. >> >> I suggest implementing a config-file for sto

bug#25100: 'guix system reconfigure' fails when new generation already exists

2016-12-03 Thread Chris Marusich
Hi, I've noticed that, in GuixSD, if one rolls back the system with 'guix system roll-back' or switches to a previous generation with 'guix system switch-generation', and then one tries to run 'guix system reconfigure', the operation fails because the symlink for the new generation already exists.