diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-03-26 12:26:41 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-03-26 13:07:19 +0100 |
commit | 260eae789369170cad76ac0ef94fe9ae5af44ce0 (patch) | |
tree | 67f0987c99aba48e626f41902460319766a31785 /guix/scripts | |
parent | e7570ec2da04af83eba695ded92eb824172b15c3 (diff) | |
download | gnu-guix-260eae789369170cad76ac0ef94fe9ae5af44ce0.tar gnu-guix-260eae789369170cad76ac0ef94fe9ae5af44ce0.tar.gz |
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.
Diffstat (limited to 'guix/scripts')
-rw-r--r-- | guix/scripts/package.scm | 4 |
1 files changed, 0 insertions, 4 deletions
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 @@ hooks\" run when building the profile." (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)))))) |