Hi,
If I send patches to guix-patc...@gnu.org, everything works as
intended. However if I send them to guix-patc...@debbugs.gnu.org, I can
wait days and I get no confirmation at all.
This second address was found in the following command inside the Guix
devel manual:
> $ git send-email outgoing/0
> Well, I haven't upstreamed it yet because it's not very idiomatic for
> guix (alists instead of records) and there is dependency on Andrew
> Tropin rde channel. Feel free to borrow some code for use in guix though
completely fair
and thank you for making the details needed more clear with your wo
Hi,
I've been trying to build a system image with the following command:
> $ guix system image --target=arm-linux-gnueabihf -t raw-with-offset \
> minimal.scm
And the following minimal.scm:
> (use-modules (gnu)
> (gnu bootloader u-boot))
> (use-service-modules networking ssh)
> (use-
Op 21-12-2022 om 16:26 schreef pelzflorian (Florian Pelz):
Oops, my mistake. You wrote your guix is at version 1.3.0, which is
older than the bordeaux build farm.
No problem! I used the installation script just a few days earlier and I
presumed it would give me the latest of everything. I did
itd skribis:
> * guix/import/print.scm (package->code)[package-module-name]: Use
> file-name->module-name to build the package module name.
> ---
> This patch updates the JSON importer to use (guix modules)'s
> file-name->module-name to determine the module name.
>
> guix/import/print.scm | 6 ++
Hi,
itd skribis:
> * guix/modules.scm (file-name->module-name): Ignore load path prefix
> when building module name.
> ---
> It was mentioned on IRC, that (guix modules)'s file-name->module-name
> might be function to be used by the JSON importer (and fixed if needed).
> This patch attempts to i
do you have other channels added, or did this happen on a vanilla Guix install?
it's a duplicate of https://issues.guix.gnu.org/57838
if this happened on a vanilla Guix install, then we should reopen that issue,
and merge this into that one.
--
- attila
PGP: 5D5F 45C7 DFCD 0A39
Well it is nice to see that someone made a iwd-servce-type, perhaps it
should be integrated into guix services, so that we don't have to copy
that into our configuration or import a channel to run a basic iwd
service.
-Jeremiah