bug#60056: [PATCH RFC 1/6] build: Add gnu-build-system v2.

2022-12-17 Thread Maxim Cournoyer
Hi Simon, zimoun writes: > Hi Maxim, > > On Thu, 15 Dec 2022 at 23:56, Maxim Cournoyer > wrote: > >> OK. I've used the etc/teams.scm script output to CC the core team >> members. Hopefully it helped to ping them (did it for you?). > > Maybe something is wrong with my config, but I am not

bug#60056: [PATCH RFC 1/6] build: Add gnu-build-system v2.

2022-12-17 Thread zimoun
Hi Maxim, On Thu, 15 Dec 2022 at 23:56, Maxim Cournoyer wrote: > OK. I've used the etc/teams.scm script output to CC the core team > members. Hopefully it helped to ping them (did it for you?). Maybe something is wrong with my config, but I am not able to find these messages where I am CC.

bug#60056: [PATCH RFC 1/6] build: Add gnu-build-system v2.

2022-12-15 Thread Maxim Cournoyer
Hi Ludovic, Ludovic Courtès writes: > Hi! > > Maxim Cournoyer skribis: > >> * guix/build/gnu-build-system2.scm: New file. >> * Makefile.am (MODULES): Register it. >> * guix/build-system/gnu2.scm: Use it. > > I won’t be able to review it in the coming days; a quick note: > > • Changes to

bug#60056: [PATCH RFC 1/6] build: Add gnu-build-system v2.

2022-12-15 Thread Ludovic Courtès
Hi! Maxim Cournoyer skribis: > * guix/build/gnu-build-system2.scm: New file. > * Makefile.am (MODULES): Register it. > * guix/build-system/gnu2.scm: Use it. I won’t be able to review it in the coming days; a quick note: • Changes to ‘gnu-build-system’ need thorough review, so don’t

bug#60056: [PATCH RFC 1/6] build: Add gnu-build-system v2.

2022-12-14 Thread Maxim Cournoyer
* guix/build/gnu-build-system2.scm: New file. * Makefile.am (MODULES): Register it. * guix/build-system/gnu2.scm: Use it. --- Makefile.am | 2 + guix/build-system/gnu2.scm | 580 +++ guix/build/gnu-build-system2.scm | 937