GNU bug report logs - #66689
[PATCH gnome-team 00/14] Update everything in (gnu packages glib)

Previous Next

Package: guix-patches;

Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>

Date: Sun, 22 Oct 2023 20:36:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #76 received at 66689 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Vivien Kraus <vivien <at> planete-kraus.eu>
Cc: rg <at> raghavgururajan.name, 66689 <at> debbugs.gnu.org, liliana.prikler <at> gmail.com
Subject: Re: [PATCH gnome-team 03/14] gnu: appstream-glib: Update to 0.8.2.
Date: Sun, 22 Oct 2023 21:36:59 -0400
Hi,

Vivien Kraus <vivien <at> planete-kraus.eu> writes:

> * gnu/packages/glib.scm (appstream-glib): Update to 0.8.2.
> [inputs]: replace libsoup with curl.

[...]

> -     `(("glib" ,glib)
> -       ("gperf" ,gperf)
> -       ("gtk+" ,gtk+)
> -       ("json-glib" ,json-glib)
> -       ("libarchive" ,libarchive)
> -       ("libsoup" ,libsoup-minimal-2)))
> +     (list
> +      glib
> +      gperf
> +      gtk+
> +      json-glib
> +      libarchive
> +      curl))

This indentation is unconventional; typically we'd use:

(list glib
      gperf
      ...)
      
-- 
Thanks,
Maxim




This bug report was last modified 1 year and 203 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.