Nitrokey and udev rules

2018-05-22 Thread Pierre Neidhardt
I'm trying to use my nitrokey on GuixSD. --8<---cut here---start->8--- > gpg --card-status gpg: selecting openpgp failed: No such device gpg: OpenPGP card not available: No such device --8<---cut here---end--->8--- It turns

Re: On network management and documenting nmcli

2018-05-22 Thread Pierre Neidhardt
swedebugia writes: > Perhaps a new guix command is needed for this e.g.: > > % guix show %default-services I like this! -- Pierre Neidhardt signature.asc Description: PGP signature

Re: Nitrokey and udev rules

2018-05-22 Thread Marius Bakke
Pierre Neidhardt writes: > I'm trying to use my nitrokey on GuixSD. > > --8<---cut here---start->8--- >> gpg --card-status > gpg: selecting openpgp failed: No such device > gpg: OpenPGP card not available: No such device >

Re: Conflict resolution (gtk, wayland)

2018-05-22 Thread Marius Bakke
Rutger Helling writes: > I've created a patch to update Mesa on staging, along with removing > wayland-egl from it. I can confirm I can still start GNOME on Wayland > manually after rebuilding with this patch. Excellent, thanks! > Should I apply this to staging now? It's

Re: Nitrokey and udev rules

2018-05-22 Thread Pierre Neidhardt
Indeed, `guix system reconfigure` shows my 41-nitrokey rule. Does anyone know how to further debug udev rules? -- Pierre Neidhardt Silence is the element in which great things fashion themselves. -- Thomas Carlyle signature.asc Description: PGP signature

Re: Nitrokey and udev rules

2018-05-22 Thread Ricardo Wurmus
Pierre Neidhardt writes: > I'm trying to use my nitrokey on GuixSD. > > --8<---cut here---start->8--- >> gpg --card-status > gpg: selecting openpgp failed: No such device > gpg: OpenPGP card not available: No such device >

Re: Conflict resolution (gtk, wayland)

2018-05-22 Thread Rutger Helling
I've just applied the patch to staging, thanks! Regarding the Wayland issue, it seems to have something to do with the Mesa update to the 18.x series. I've tried building master with a cherry-picked Mesa update and had the same problem. Maybe the newer wayland-egl is the problem. The problem's

Install new package in current generation?

2018-05-22 Thread Jone
Now: guix package -i PACKAGE # -> creating new generation guix package -d # remove all generations, except current guix gc - not so good: first creating new generation, and next delete all others (I absolutely do not need a rollback). Maybe some other way?

Re: Using Racket's raco on on Guix(SD)

2018-05-22 Thread Ricardo Wurmus
Christopher Lemmer Webber writes: > Hello all! Sorry for the cross-post, but I've been doing more > development in Racket lately from GuixSD... and who wouldn't want a > scheme-based distribution and a scheme language's tooling to get along > better? > > Unfortunately

Re: Conflict resolution (gtk, wayland)

2018-05-22 Thread Rutger Helling
I've created a patch to update Mesa on staging, along with removing wayland-egl from it. I can confirm I can still start GNOME on Wayland manually after rebuilding with this patch. Should I apply this to staging now? It's been two weeks since the last commit to staging, and a merge doesn't seem