guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#66689] [PATCH gnome-team 03/14] gnu: appstream-glib: Update to 0.8.


From: Maxim Cournoyer
Subject: [bug#66689] [PATCH gnome-team 03/14] gnu: appstream-glib: Update to 0.8.2.
Date: Sun, 22 Oct 2023 21:36:59 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

Hi,

Vivien Kraus <vivien@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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]