mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
status: Distinguish 'package-cache' profile hook.
* guix/status.scm (hook-message): Handle 'package-cache'.
This commit is contained in:
parent
0ea939fb79
commit
b9da4b931d
1 changed files with 2 additions and 0 deletions
|
@ -322,6 +322,8 @@ (define (hook-message hook-type)
|
|||
(G_ "building TeX Live configuration..."))
|
||||
('manual-database
|
||||
(G_ "building database for manual pages..."))
|
||||
('package-cache ;package cache generated by 'guix pull'
|
||||
(G_ "building package cache..."))
|
||||
(_ #f)))
|
||||
|
||||
(define* (print-build-event event old-status status
|
||||
|
|
Loading…
Reference in a new issue