Re: [PATCH 1/1] gnu: Add ccid.

2017-11-20 Thread Mike Gerwitz
On Tue, Nov 21, 2017 at 02:05:26 +0100, Marius Bakke wrote: > I'd start by copying an existing (simple) service as "boilerplate", and > then write a "system test" that simply (attempts to) start the daemon. > You'll find these under "gnu/tests" and "gnu/services". Thanks for the advice. I'll give

Re: [PATCH 1/1] gnu: Add ccid.

2017-11-20 Thread Marius Bakke
Mike Gerwitz writes: > Hey, Marius: > > I'm resurrecting this thread. :) Hello Mike, long time no see! :-) > On Mon, Oct 31, 2016 at 10:09:14 +, Marius Bakke wrote: >> Mike Gerwitz writes: >>> On Fri, Oct 28, 2016 at 12:27:29 +0100, Marius Bakke wrote: Packages are not allowed to writ

Re: [PATCH 1/1] gnu: Add ccid.

2017-11-19 Thread Mike Gerwitz
Hey, Marius: I'm resurrecting this thread. :) On Mon, Oct 31, 2016 at 10:09:14 +, Marius Bakke wrote: > Mike Gerwitz writes: >> On Fri, Oct 28, 2016 at 12:27:29 +0100, Marius Bakke wrote: >>> Packages are not allowed to write to /var, so to run pcscd on Guix you >>> will have to symlink ~/.g

Re: [PATCH 1/1] gnu: Add ccid.

2016-10-31 Thread Marius Bakke
Mike Gerwitz writes: > Marius: > > Sorry for the late reply. > > On Fri, Oct 28, 2016 at 12:27:29 +0100, Marius Bakke wrote: >> Packages are not allowed to write to /var, so to run pcscd on Guix you >> will have to symlink ~/.guix-profile/pcsc/drivers to >> /var/lib/pcsc/drivers manually, until w

Re: [PATCH 1/1] gnu: Add ccid.

2016-10-30 Thread Mike Gerwitz
Marius: Sorry for the late reply. On Fri, Oct 28, 2016 at 12:27:29 +0100, Marius Bakke wrote: > Packages are not allowed to write to /var, so to run pcscd on Guix you > will have to symlink ~/.guix-profile/pcsc/drivers to > /var/lib/pcsc/drivers manually, until we have a system service for > pcsc

Re: [PATCH 1/1] gnu: Add ccid.

2016-10-28 Thread Ludovic Courtès
Marius Bakke skribis: > * gnu/packages/security-token.scm (ccid): New variable. LGTM; the driver issue that Mike and you are discussing doesn’t seem to be a blocker. Ludo’.

Re: [PATCH 1/1] gnu: Add ccid.

2016-10-28 Thread Marius Bakke
Mike Gerwitz writes: > On Thu, Oct 27, 2016 at 10:46:11 +0100, Marius Bakke wrote: >> + `(#:configure-flags (list (string-append "--enable-usbdropdir=" %output >> + "/pcsc/drivers")) > > When I run pcscd under Guix, I get: > > hotplug_li

Re: [PATCH 1/1] gnu: Add ccid.

2016-10-27 Thread Mike Gerwitz
On Thu, Oct 27, 2016 at 10:46:11 +0100, Marius Bakke wrote: > + `(#:configure-flags (list (string-append "--enable-usbdropdir=" %output > + "/pcsc/drivers")) When I run pcscd under Guix, I get: hotplug_libudev.c:122:HPReadBundleValues()

[PATCH 1/1] gnu: Add ccid.

2016-10-27 Thread Marius Bakke
* gnu/packages/security-token.scm (ccid): New variable. --- gnu/packages/security-token.scm | 40 1 file changed, 40 insertions(+) diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 735b2fe..8f58c58 100644 --- a/gnu/packag