Re: Guix day: Summary fo rust BoF session

2020-11-30 Thread Sébastien Lerique
Hello, Unfortunately I missed the rust BoF session at Guix Day. I wonder if someone who attended could provide a short summary. Many thanks in advance. Indeed, I also missed it and would be interested too! Sébastien

Poetry upgrade and related packages

2020-12-02 Thread Sébastien Lerique
Dear all, This thread is an attempt to keep a handle on the various patches involved in upgrading Poetry to 1.1.4, and to ask a couple questions that crop up. - Tanguy's original patch http://issues.guix.info/44077 is merged - But python-packaging had to be downgraded again because it gener

Re: “guix gc”, auto gcroots, cluster deployments

2021-05-10 Thread Sébastien Lerique
Hi Ricardo, all, On 10 May 2021 at 18:59, Ricardo Wurmus wrote: On my cluster installation I ran “guix gc --list-dead” out of curiosity. When finding roots, the daemon also removes what it considers stale links. On my cluster installation not all links always resolve, because the target

Devicetree overlay (on Rock64)

2022-04-05 Thread Sébastien Lerique
Hi Guix! (Re-posting from help-g...@gnu.org as I didn't get any answers there.) I'm starting a small embedded project using a Rock64, successfully running Guix on it (and keeping track of config at [0]). It seems that the Rock64 has a few design mistakes (as always I guess, but in this case they

Re: GNU Mes 0.24 released

2022-05-08 Thread Sébastien Lerique
Amazing indeed! On 07 May 2022 at 16:11, Larry Doolittle wrote: >> The common objection is: “you’re building from source but you’re not >> gonna audit all that source code anyway, so why bother?” [...] >> Supply chain security is a spectrum and I think this achievement changes >> what we can exp

home-syncthing-service-type wants /root paths, yet syncthing can work

2024-01-06 Thread Sébastien Lerique
Hi Guix! And dear helpers and devs, I'm running into a weird failure of home-syncthing-service-type. Running syncthing manually from the terminal works fine (here's an example log: ). So I Ctrl-C syncthing, then add home-syncthing-service-type to my home-config

QtSpeech and speech-dispatcher

2024-03-20 Thread Sébastien Lerique
Hello all! I'm trying to make speech-dispatcher available in Okular. For the moment, Okular doesn't see speech-dispatcher installed (and working with in the shell, e.g. `spd-say "hello"`). The original drv build log of qtspeech mentions: --8<---cut here---start---