mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
profiles: Add hook for Emacs subdirs.
* guix/profiles.scm (emacs-subdirs): New variable. (%default-profile-hooks): Add it here. * guix/status.scm (hook-message): Add a message for emacs-subdirs.
This commit is contained in:
parent
45549e9f31
commit
68228d80dd
2 changed files with 43 additions and 0 deletions
|
@ -379,6 +379,8 @@ the current build phase."
|
|||
(G_ "building GHC package cache..."))
|
||||
('ca-certificate-bundle
|
||||
(G_ "building CA certificate bundle..."))
|
||||
('emacs-subdirs
|
||||
(G_ "listing Emacs subdirs..."))
|
||||
('glib-schemas
|
||||
(G_ "generating GLib schema cache..."))
|
||||
('gtk-icon-themes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue