guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#34060] [PATCH 10/10] status: Distinguish 'package-cache' profile ho


From: Ludovic Courtès
Subject: [bug#34060] [PATCH 10/10] status: Distinguish 'package-cache' profile hook.
Date: Sun, 13 Jan 2019 16:47:33 +0100

* guix/status.scm (hook-message): Handle 'package-cache'.
---
 guix/status.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/guix/status.scm b/guix/status.scm
index 2928733257..5b339bdec7 100644
--- a/guix/status.scm
+++ b/guix/status.scm
@@ -314,6 +314,8 @@ on."
      (G_ "building fonts directory..."))
     ('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
-- 
2.20.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]