Re: Exporting patches without prerequisite patch id

2022-08-03 Thread Kyle Meyer
kiasoc5 writes: > I have some commits on my local guix repo like this: > > (master) HEAD -> A -> B -> C > > When I do `git format-patch -3 --base=auto` I get prerequisite patch > ids in some of the patches. But I want to each patch to depend only on > HEAD. In other words I want to export patches

Re: substitute for Skype

2022-08-03 Thread Gary Johnson
I've used Jitsi Meet at work for many of my pair programming sessions on and off for the past few years. It's really quite simple to use from Guix. Step 1. Install `ungoogled-chromium`. Step 2. Open https://meet.jit.si in Chromium. Step 3. Type the name of the video chat room that you want to cr

Re: "bad use of syntactic keyword" - after "sudo guix system reconfigure /etc/config.scm"

2022-08-03 Thread Efraim Flashner
On Wed, Aug 03, 2022 at 07:17:00PM +, Gottfried wrote: > Hi Guixers, > > I got into trouble. > > After inserting: > (guix-service-type config => (guix-configuration (inherit config) > (extra-options (list "--gc-keep-derivations=yes" > "--gc-keep-outputs=yes") > in my config.scm > > I can

Re: "user with UID not found" error

2022-08-03 Thread Christopher Batten
Well ... we tried running NSCD and set it up to cache passwd and group but I am still getting the "user with UID 317241 not found" warnings and cannot use --container with shell. We must not have something setup correctly ... I will have to look into this more later this fall. We can still use

Re: "bad use of syntactic keyword" - after "sudo guix system reconfigure /etc/config.scm"

2022-08-03 Thread (
On Wed Aug 3, 2022 at 8:17 PM BST, Gottfried wrote: > (guix-service-type > config => (guix-configuration > (inherit config) > (extra-options (list "--gc-keep-derivations=yes" I believe the correct usage would be (service guix-servi

"bad use of syntactic keyword" - after "sudo guix system reconfigure /etc/config.scm"

2022-08-03 Thread Gottfried
Hi Guixers, I got into trouble. After inserting: (guix-service-type config => (guix-configuration (inherit config) (extra-options (list "--gc-keep-derivations=yes" "--gc-keep-outputs=yes") in my config.scm I can't do a: sudo guix system reconfigure /etc/config.scm It said "invalid field

Re: Guix as a native-inputs ?

2022-08-03 Thread Olivier Dion via
On Tue, 02 Aug 2022, Julien Lepiller wrote: > I suppose once you get information about these channels, you could > create an inferior with these channels, and evaluate your package in > it. I think I will have to go with your proposal. I already have the packages defined in my channel. It's jus

Re: bug#56778: Why Emacs is echoing message for each installed Emacs package while startup

2022-08-03 Thread 宋文武
Akib Azmain Turja writes: > From d4b449e7c129a6d44414790ad36046e4d325a55e Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Andr=C3=A9=20A=2E=20Gomes?= > Date: Sat, 21 May 2022 14:42:12 +0100 > Subject: [PATCH] gnu: emacs: Suppress loading messages. Pushed with adjusted commit message, thank you!

Re: Cannot input the character ê using Emacs on Debian11

2022-08-03 Thread contact
Thank you Maxime, I've been following an older way (an internal tutorial) of setting up Guix with `glibc-utf8-locales` instead of the newer one using `glibc-locales`. I've installed `glibc-locales` as specified in "(guix) Application Setup" and it now works as expected. PHF