profiles: Add a gdk-pixbuf-loaders-cache-file hook.

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.
* guix/status.scm (hook-message): Register it here too.
This commit is contained in:
Maxim Cournoyer 2021-10-02 21:28:24 -04:00
parent e0d9c37982
commit 20e3dd052d
No known key found for this signature in database
GPG key ID: 1260E46482E63562
2 changed files with 48 additions and 1 deletions

View file

@ -381,6 +381,8 @@ the current build phase."
(G_ "building CA certificate bundle..."))
('emacs-subdirs
(G_ "listing Emacs sub-directories..."))
('gdk-pixbuf-loaders-cache-file
(G_ "generating GdkPixbuf loaders cache..."))
('glib-schemas
(G_ "generating GLib schema cache..."))
('gtk-icon-themes