Building from git

2023-09-03 Thread Nicolas Débonnaire
Hello, I would like to add a package to guix and send a patch but I'm facing problems following the chapter "22.1 Building from git" What I've done so far: git clone https://git.savannah.gnu.org/git/guix.git git fetch origin keyring:keyring guix git authenticate 9edb3f66fd807b096b48283debdcddc

x2goclient packaging help

2023-10-23 Thread Nicolas Débonnaire
Hello, I'm trying to package x2goclient. You can find my attempt in the two following files that i'm using in a local guix channel for testing purpose. x2goclient.scm is the main package file. nx-libs.scm is a dependency. While those files build well and x2go gui launch perfectly, It seems that I c

Re: Building from git

2023-10-23 Thread Nicolas Débonnaire
Hi, Looks like it's working. I was able to complete the "building from git" section of the documentation after an update of guix. Thanks everyone. Le sam. 9 sept. 2023 à 11:01, Simon Tournier a écrit : > Hi, > > On Thu, 07 Sep 2023 at 19:45, wolf wrote: > > >> The Makefile does not run ‘guix gi

git send-email

2023-11-18 Thread Nicolas Débonnaire
Hi, In guix documentation we have the following command to send the cover letter of a patch serie: git send-email outgoing/-cover-letter.patch -a \ --to=guix-patc...@debbugs.gnu.org \ $(etc/teams.scm cc-members ...) However, Gmail responded with the following error: 550 Unroutea

guix shell documentation, container example

2023-11-18 Thread Nicolas Débonnaire
Hi, When running the example herebelow, from the guix shell documentation, an error is returned: guix shell --container --network --no-cwd ungoogled-chromium \ --preserve='^DISPLAY$' -- chromium [1:14:1118/140039.476338:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socke

Re: git send-email

2023-11-19 Thread Nicolas Débonnaire
reply instead of reply all in the previous mail) Le sam. 18 nov. 2023 à 18:26, Jack Hill a écrit : > On Sat, 18 Nov 2023, Nicolas Débonnaire wrote: > > > Hi, > > In guix documentation we have the following command to send the cover > letter of a patch serie: > > > &