Re: Nitrokey and udev rules

2018-05-25 Thread Mike Gerwitz
On Fri, May 25, 2018 at 16:46:57 +0200, Pierre Neidhardt wrote: > 1. I can't seem to be able to change the PIN with any pinentry but > pinentry-gtk-2: I have this in my ~/.gnupg/gpg-agent.conf: pinentry-program /run/current-system/profile/bin/pinentry Maybe you can try something like that?

Re: Nitrokey and udev rules

2018-05-25 Thread Mike Gerwitz
On Fri, May 25, 2018 at 07:22:57 +0200, Ricardo Wurmus wrote: > This sounds like you’ve installed the package into the system profile. > If this works we should probably add a system service that takes care of > setting up this directory. I'd love to have a service; I just haven't had the time to

Re: [ANN] Emacs-Guix 0.4

2018-05-25 Thread Alex Kost
myg...@gmail.com (2018-05-24 21:02 -0400) wrote: > Hi Alex, > > Thank you for this new release. I am enjoying the cool new features! > > On 05/24/2018 at 20:21 Alex Kost writes: > > [...] > >> I recalled that C-u prefix is already occupied by specifying an >> arbitrary profile for the package

Re: Simple configure-make-make_install with Guix

2018-05-25 Thread Jone
> .. if you want to submit this as a patch to guix .. O, no)) It was relatively easy, beginners level. About the rest - thanks, I will consider this in the next packages. >> (use-modules >> (ice-9 match) >> (srfi srfi-1) >> (guix gexp) > I don't think you need these three first modules. -

Re: Nitrokey and udev rules

2018-05-25 Thread Pierre Neidhardt
Different issue, but I have a few problems with `gpg --card-edit`: 1. I can't seem to be able to change the PIN with any pinentry but pinentry-gtk-2: - With pinentry-emacs: > Error changing the PIN: No pinentry - With pinentry-tty: > Error changing the PIN: End of file - With pinentry-curses:

Re: Nitrokey and udev rules

2018-05-25 Thread Pierre Neidhardt
Ricardo Wurmus writes: > Mike Gerwitz writes: > >> Looking through my notes, it looks like I symlinked >> `/run/current-system/profile/pcsc/drivers/' to `/var/lib/pcsc/drivers'. >> See Marius Bakke's message on ccid here: >> >>

Re: emacs-dev: 'unpack' phase does not seem to preserve timestamps

2018-05-25 Thread Pierre Neidhardt
Cumbersome indeed. I also thought of installing to a local "output" folder and using this as source. The issue is that the prefix (as in "./configure --prefix=") must be set to the store output of emacs-dev. Otherwise Emacs won't find its Lisp folders. I can't think of a clean way to do it.

Re: How to make a working ld in guix pure environment?

2018-05-25 Thread Fis Trivial
Ludovic Courtès writes: > Hello, > > Fis Trivial skribis: > >> I tried to use ld in guix pure environment, tested with bintuils, >> gcc-toolchain, ld-wrapper, and none of them work. >> >> Take the following trivial snippy (not opencl related) as an example: >> >> //

Re: Simple configure-make-make_install with Guix

2018-05-25 Thread Julien Lepiller
Le 2018-05-25 03:07, Jone a écrit : Thanks, Julien. Minimal working variant: Hi Jone, if your package builds, you can keep it as is. I don't see any big problem, only a few styling issues that are really issues if you want to submit this as a patch to guix. Otherwise, you've done a great