guix-patches
[Top][All Lists]
Advanced

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

[bug#51428] core-updates-frozen-batched-changes built and ready to merge


From: Ludovic Courtès
Subject: [bug#51428] core-updates-frozen-batched-changes built and ready to merge
Date: Wed, 27 Oct 2021 16:45:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hi,

Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:

> This paves the way toward properly fixing https://issues.guix.gnu.org/50957.
>
> * guix/profiles.scm (gdk-pixbuf-loaders-cache-file): Add procedure...
> (%default-profile-hooks): ... and register it as a profile hook.

[...]

> +  (mlet %store-monad ((%gdk-pixbuf (manifest-lookup-package
> +                                    manifest "gdk-pixbuf"))

You could call it ‘gdk-pixbuf?’ since it’s used as a boolean.

> +        (gexp->derivation "gdk-pixbuf-loaders-cache-file" build
> +                          #:local-build? #t
> +                          #:substitutable? #f
> +                          #:properties
> +                          '((type . profile-hook)
> +                            (hook . gdk-pixbuf-loaders-cache-file)))

No showstopper but we should eventually add this to (guix status) for
nicer reporting.

My 2¢,
Ludo’.





reply via email to

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