From 260eae789369170cad76ac0ef94fe9ae5af44ce0 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 26 Mar 2020 12:26:41 +0100 Subject: status: Display synthetic information about profiles being built. * guix/status.scm (print-build-event): Add 'profile case. * guix/scripts/package.scm (build-and-use-profile): Remove now redundant message. --- guix/scripts/package.scm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'guix/scripts') diff --git a/guix/scripts/package.scm b/guix/scripts/package.scm index b5d16acec0..110d4f2977 100644 --- a/guix/scripts/package.scm +++ b/guix/scripts/package.scm @@ -161,10 +161,6 @@ (define* (build-and-use-profile store profile manifest (switch-symlinks profile (basename name)) (unless (string=? profile %current-profile) (register-gc-root store name)) - (format #t (N_ "~a package in profile~%" - "~a packages in profile~%" - count) - count) (display-search-path-hint entries profile))) (warn-about-disk-space profile)))))) -- cgit v1.2.3