Yubikey setup for GPG

2020-07-28 Thread LaFreniere, Joseph
Does anyone have a working guide for setting up a Yubikey for use with GnuPG in Guix System? It seems that the packaged gpg is built with pcsc-lite rather than scdaemon, so much of the information in e.g. the Arch wiki is not applicable. The specific error I'm getting when running `gpg2 --car

Re: No Guile development packages were found.

2020-07-28 Thread mbcladwell
Hi Again, I was able to generate the guile-json-4.3.2 package as previously reported. If I query the store using find, I can find it: mbc@xps:~$ find /gnu/store -name *guile-json-4.3.2* /gnu/store/4kjf5q17mz8n7agii1wwgbkl8l8mqj5k-guile-json-4.3.2 /gnu/store/4kjf5q17mz8n7agii1wwgbkl8l8mqj5k-g

Re: Jami crashes (dring not available)

2020-07-28 Thread Tirifto
Le Tue, 28 Jul 2020 14:24:24 +0200, Jan Wielkiewicz a écrit : > Dnia 2020-07-28, o godz. 12:03:26 > Tirifto napisał(a): > > > Hello! > Hi! > > > I’m running Guix on Parabola and I’ve installed Jami through it. > > When I try to run it, the welcome window appears, but pops up a > > message sayi

Re: Jami crashes (dring not available)

2020-07-28 Thread Jan Wielkiewicz
Dnia 2020-07-28, o godz. 12:03:26 Tirifto napisał(a): > Hello! Hi! > I’m running Guix on Parabola and I’ve installed Jami through it. When > I try to run it, the welcome window appears, but pops up a message > saying it couldn’t connect to the Jami daemon (dring). Running from > the command line

Re: Jami crashes (dring not available)

2020-07-28 Thread Tirifto
Le Tue, 28 Jul 2020 12:02:46 +0200, Pierre Neidhardt a écrit : > How are you starting Jami? On the command line, I just run ‘jami’. ‘whereis jami’ points to ‘/gnu/store/[…]’. The same problem occurs when I run ‘jami-gnome’ (which is also located in ‘/gnu/store/[…]’ and has a desktop entry in my

Re: Jami crashes (dring not available)

2020-07-28 Thread Pierre Neidhardt
How are you starting Jami? signature.asc Description: PGP signature

Jami crashes (dring not available)

2020-07-28 Thread Tirifto
Hello! I’m running Guix on Parabola and I’ve installed Jami through it. When I try to run it, the welcome window appears, but pops up a message saying it couldn’t connect to the Jami daemon (dring). Running from the command line, the following message is spammed: ** (jami-gnome:2299): WARNING *

Re: No Guile development packages were found.

2020-07-28 Thread mbcladwell
Thanks for your assistance. The final .scm that was successful is: (use-modules (guix packages) (guix download) (guix build-system gnu) (guix licenses) (gnu packages pkg-config) (gnu packages guile) ) (package (name "guile-j