Hello,
I use guix home for almost everything, but I have installed glibc-locales in my
"regular" guix (just by running guix package install glibc-locales).
Now, running guix package --upgrade fails with:
guix package: error: package glibc-locales@2.37 does not support x86_64-linux
But from my re
Good evening.
Here's another version of patch that changes download URL's for Apache
Foundation products.
What I have changed:
* Remove Apache mirror list from download.scm, since all Apache
projects now use it's own CDN instead of mirrors
* Set proper download URL to dlcdn.apache.org, n
Hi,
Simon Tournier writes:
> Hi,
>
> On Sat, 25 Nov 2023 at 15:22, Ludovic Courtès
> wrote:
>
>> Maxim, should we explicitly recommend ‘rpm -i’ in the manual?
I'd rather we try it with a few more software such as 'dnf' to narrow it
down to just 'yum', or some other issues in our Guix-generate
As reported on #guix by jeremyc [0], the standard method for calculating
the hash of a Git checkout is not working as expected for the Erlang
package [1].
Currently, our Erlang package has this source block:
--
(version "25.3.2")
(source (origin
(method git-fetch)