mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
e0d9c37982
commit
20e3dd052d
2 changed files with 48 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue