Custom sha256 updaters ?

2024-09-20 Thread Nicolas Graves
Has there already been some discussion about custom hash updaters? I have written an import module for libreoffice, and we have access to the sha256 hash in for example https://download.documentfoundation.org/libreoffice/src/24.2.6/libreoffice-24.2.6.2.tar.xz.sha256 which would make it trivial

Re: Guix Social today - Bootstrapping RISC-V talk by Ekaitz

2024-09-20 Thread Steve George
Hi! Ekaitz gave a great talk about trust and the boostrap problem. And did a bit of Q&A on his future plans, along with the what it's like being sponsored to do this sort of work. The video is published: https://www.youtube.com/watch?v=Cj7DyiRqWBk If you'd like to see his slides they're availa

Re: Rebuilding a package after removing a build step

2024-09-20 Thread Simon Tournier
Hi Konrad, On mer., 18 sept. 2024 at 10:33, Konrad Hinsen wrote: > Unfortunately, when there are several packages with identical name and > version number in two channels, Guix silently chooses one of them. Choose when doing what? :-) When running “guix shell” or “guix package”, it should war

Re: Are Guix-generated Docker images reproducible?

2024-09-20 Thread Simon Tournier
Hi Konrad, On lun., 16 sept. 2024 at 13:27, Konrad Hinsen wrote: > Suppose you do > > guix time-machine --channels=channels.scm -- \ > pack --format=docker --manifest=manifest.scm > > You keep a copy of channels.scm and manifest.scm, and run the same > command a few months (and "gui

Re: Fetchmail's fetchmail conf does not work on Gentoo

2024-09-20 Thread Tobias Geerinckx-Rice
Do you know where that leading ':' is coming from? It's sometimes used as shorthand for 'true' in shell scripts, and 'true' is sometimes used as a low-effort 'no-op', but the 'exec' builtin (rightfully) doesn't care about any of that: moloch:~λ exec : -bash: exec: :: not found Kind regards

Re: Fetchmail's fetchmail conf does not work on Gentoo

2024-09-20 Thread Andreas Enge
Hello, Am Thu, Sep 19, 2024 at 08:20:56PM -0400 schrieb Superfly Johnson: > Hi again Guix-Devel mailing list. I'm currently trying to configure a > fetchmail daemon on my gentoo laptop to get mails. Unfortunately, > fetchmailconf will not execute properly. It will always return line 2: exec: > ::