diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-01-13 16:11:11 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-01-15 20:24:09 +0100 |
commit | b9da4b931d6bfe097420a4727ddb432565c3337a (patch) | |
tree | 49a6c403222b14aa015ba8b536f5497ac1b4e0d5 | |
parent | 0ea939fb796fdd4f0d46d3534b2ec6135e0f3dc7 (diff) | |
download | patches-b9da4b931d6bfe097420a4727ddb432565c3337a.tar patches-b9da4b931d6bfe097420a4727ddb432565c3337a.tar.gz |
status: Distinguish 'package-cache' profile hook.
* guix/status.scm (hook-message): Handle 'package-cache'.
-rw-r--r-- | guix/status.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guix/status.scm b/guix/status.scm index 67bb9e338e..93e119bed1 100644 --- a/guix/status.scm +++ b/guix/status.scm @@ -322,6 +322,8 @@ on." (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 |