status: Distinguish 'package-cache' profile hook.
* guix/status.scm (hook-message): Handle 'package-cache'.
This commit is contained in:
parent
0ea939fb79
commit
b9da4b931d
|
@ -322,6 +322,8 @@ on."
|
||||||
(G_ "building TeX Live configuration..."))
|
(G_ "building TeX Live configuration..."))
|
||||||
('manual-database
|
('manual-database
|
||||||
(G_ "building database for manual pages..."))
|
(G_ "building database for manual pages..."))
|
||||||
|
('package-cache ;package cache generated by 'guix pull'
|
||||||
|
(G_ "building package cache..."))
|
||||||
(_ #f)))
|
(_ #f)))
|
||||||
|
|
||||||
(define* (print-build-event event old-status status
|
(define* (print-build-event event old-status status
|
||||||
|
|
Loading…
Reference in New Issue