Re: Can't reconnect to WiFi easily

2022-11-01 Thread phodina
Hi, have you looked into the kernel ring buffer? If it's something related to the kernel or the Wifi AP then you'll see some messages regarding loosing signal, authentication, etc. So the `dmesg` command should give us more insight into if it's kernel/Wifi problem or just the SW stack Gnome Sh

Re: Seeking help to create link to libstdc++.so in /lib64

2022-11-01 Thread phodina
Hi Milind, > If instead of file-append, I use string-append like this: > #~(string-append $#gcc:lib "/lib/libstdc++.so.6") > it works to the extent that gcc:lib is expanded correctly, but then > activate-service.scm script contains > (activate-special-files (quote (("/lib64/libstdc++.so.6" > (st

Re: How to use/install rust nightly on guix ?

2022-11-01 Thread phodina
Hi, > Hello guys, > Any ideas for the best way to install rust nightly on guix ? I don't find it > in the guix channel, neither rustup. > I need rust nightly to compile a certain project (this one : > https://github.com/paritytech/substrate). > > Thanks, > Mohamed Amine LEGHERABA Not sure it's

mbsync with XOAUTH2 SASL mechanism

2022-11-01 Thread Peter Polidoro
I am trying to setup an oauth2 email account to work with Emacs using mbsync (from the isync guix package) and mu4e. I setup oauth2ms to fetch the token and setup mbsync to use oauth2ms for the PassCmd and XOAUTH2 for the AuthMechs. Now when I run mbsync, I get the error: IMAP error: selecte

Re: Errors running kicad GUI package in container

2022-11-01 Thread Peter Polidoro
For what it's worth, kicad seems to work for me in a container. I'm using Guix System with GNOME (guix 4716cea): __ guix shell kicad -E "^DISPLAY$" -E "^XAUTHORITY$" --expose="$XAUTHORITY" --expose=/tmp/.X11-unix/ --expose=$HOME/.Xauthority --expose=/etc/machine-id --expose=$HOME/D

Re: Errors running kicad GUI package in container

2022-11-01 Thread Luis Felipe
--- Original Message --- On Tuesday, November 1st, 2022 at 15:09, Peter Polidoro wrote: > > For what it's worth, kicad seems to work for me in a container. > > I'm using Guix System with GNOME (guix 4716cea): > > > > __ > > guix shell kicad -E "^DISPLAY$" -E "^XAUTHORITY$" > >

unbound variable

2022-11-01 Thread Gottfried
Hi Guixers, I installed Guix System on another laptop and made a mistake in my config.scm file but I don't know where. Could somebody have a look? Error unbound variable in cups... this is my config.scm file: ;; This is an operating system configuration generated ;; by the graphical instal

Re: unbound variable

2022-11-01 Thread Felix Lechner via
Hi Gottfried On Tue, Nov 1, 2022 at 11:26 AM Gottfried wrote: > > Error unbound variable in cups... For question #1: Do you need (use-modules (gnu services cups)) ? Kind regards Felix Lechner

Re: unbound variable

2022-11-01 Thread Gottfried
Hi Felix, thanks a lot, I added this service, but it didn't help. The same message appear in updating my config.scm file Am 01.11.22 um 19:30 schrieb Felix Lechner: Hi Gottfried On Tue, Nov 1, 2022 at 11:26 AM Gottfried wrote: Error unbound variable in cups... For question #1: Do you

Re: unbound variable

2022-11-01 Thread Felix Lechner via
Hi Gottfried, On Tue, Nov 1, 2022 at 12:14 PM Gottfried wrote: > > I added this service, but it didn't help. Please try it without hplip first. (service cups-service-type (cups-configuration (web-interface? #true))) Kind regards Felix Lechner

Re: unbound variable

2022-11-01 Thread Gottfried
Hi Felix, I tried, it didn't help. the same error message. Am 01.11.22 um 20:38 schrieb Felix Lechner: Hi Gottfried, On Tue, Nov 1, 2022 at 12:14 PM Gottfried wrote: I added this service, but it didn't help. Please try it without hplip first. (service cups-service-type (cups-co

Re: unbound variable

2022-11-01 Thread Felix Lechner via
Hi Gottfried, On Tue, Nov 1, 2022 at 1:01 PM Gottfried wrote: > > I tried, it didn't help. > the same error message. Well, I do not mean to appear argumentative but I did not see (gnu service cups) at the top of the configuration you sent earlier in this thread. The variable cups-service-ty

Re: committer.scm

2022-11-01 Thread jgart
On Tue, 01 Nov 2022 07:57:28 +0100 Julien Lepiller wrote: > Try calling it with pre-inst-env. Ohhh, yes that was it. I stopped calling it with pre-inst-env for some reason ;() THNX Now I just need to see how I am going to sort these 150+ crates in an automated fashion...

Help request for new Clojure package definition

2022-11-01 Thread Fabio Natali
Hi! :) I'm trying to package Riddley [0], apparently a dependency for a Clojure package I'm interested in. I haven't done much - I started from one of the existing Clojure definitions as an example and I went through a few iterations of "build-fail-fix-repeat" until I reached the version below.

make clean-go breaks my build environment

2022-11-01 Thread jgart
hi, after running `make clean-go` the build gets consistently stuck on this message: WARNING: Use of `load' in declarative module (guix ui). Add #:declarative? #f to your define-module invocation. WARNING: (guix build python-build-system): imported module (guix build utils) overrides core bind