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
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
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
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
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
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’.
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
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()
* 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