Re: Moment de convivialité Guix@Paris en octobre

2023-10-29 Thread Tanguy LE CARROUR
Bonjour Thomas, Quoting Thomas Bennett (2023-10-27 12:30:27) > Oh chouette ! J'avais pas pu venir hier alors c'est super ! > > Au fait enchanté tout le monde ! Je suis un nouvel utilisateur de guix > depuis quelques semaines. Je l'expérimente sur mon serveur avant de > très probablement le mettr

Flatpak dbus error

2023-10-29 Thread András Vöröskői
Hi, I try to use logseq, there is no guix package yet, so I've installed flatpak in guix and logseq as a flatpak package. When I try to start logseq it gives the following error message: [3 zypak-helper] Failed to connect to session bus: [org.freedesktop.DBus.Error.NotSupported] Using X11 for dbu

Re: guile-hoot install reproducibly crashes at 41% build

2023-10-29 Thread Thompson, David
Hi Felix, On Sat, Oct 28, 2023 at 11:29 PM Felix Lechner wrote: > > Hi Dave, > > On Fri, Oct 27 2023, Thompson, David wrote: > > > Or remove v8 from the package inputs at the bottom of the guix.scm > > file. We only use V8 for the test suite. > > I know it's impolite to quote oneself, but please

Re: Make a simple guile script to a package - source local file

2023-10-29 Thread Théo Tyburn
Tomas Volf writes: > I believe you are looking for (source (local-file ..)), example can be found > in > this excellent blog post: > > https://guix.gnu.org/en/blog/2023/from-development-environments-to-continuous-integrationthe-ultimate-guide-to-software-development-with-guix/ That's exactly