mbox series

[bug#64412,0/2] Update xarcan to 0.6.1.

Message ID cover.1688288993.git.a.r.draidi@redscript.org
Headers show
Series Update xarcan to 0.6.1. | expand

Message

Ahmad Draidi July 2, 2023, 9:15 a.m. UTC
Hello Guix,

This patch series updates xarcan to 0.6.1, which requires a build system
switch to meson. It also restyles the format since we removed a level of
parenthesis.

Thanks,
Ahmad


Ahmad Draidi (2):
  gnu: xarcan: Update to 0.6.1.
  gnu: xarcan: Restyle format.

 gnu/packages/arcan.scm | 125 +++++++++++++++++++++++------------------
 1 file changed, 71 insertions(+), 54 deletions(-)


base-commit: a919a16898e7219fdd26bdfe33a9959e7156d59d

Comments

Ahmad Draidi July 2, 2023, 9:31 a.m. UTC | #1
On 7/2/23 13:15, Ahmad Draidi wrote:
> Hello Guix,
>
> This patch series updates xarcan to 0.6.1, which requires a build system
> switch to meson. It also restyles the format since we removed a level of
> parenthesis.
I forgot to mention this patch fails to build since it depends on arcan, 
which currently fails to build in Guix. Arcan build is fixed in [1], 
which also allows this package to build.
>
> Thanks,
> Ahmad
[1] https://issues.guix.gnu.org/64387
>
> Ahmad Draidi (2):
>    gnu: xarcan: Update to 0.6.1.
>    gnu: xarcan: Restyle format.
>
>   gnu/packages/arcan.scm | 125 +++++++++++++++++++++++------------------
>   1 file changed, 71 insertions(+), 54 deletions(-)
>
>
> base-commit: a919a16898e7219fdd26bdfe33a9959e7156d59d
Maxim Cournoyer Sept. 6, 2023, 12:42 a.m. UTC | #2
Hi,

Ahmad Draidi <a.r.draidi@redscript.org> writes:

> On 7/2/23 13:15, Ahmad Draidi wrote:
>> Hello Guix,
>>
>> This patch series updates xarcan to 0.6.1, which requires a build system
>> switch to meson. It also restyles the format since we removed a level of
>> parenthesis.
> I forgot to mention this patch fails to build since it depends on
> arcan, which currently fails to build in Guix. Arcan build is fixed in
> [1], which also allows this package to build.
>>
>> Thanks,
>> Ahmad
> [1] https://issues.guix.gnu.org/64387
>>
>> Ahmad Draidi (2):
>>    gnu: xarcan: Update to 0.6.1.

I've changed the (assoc-ref ...) calls into #$(this-package-input ... )
ones.