From 512314d738754eeb513a0d1b8074f635ab4f2f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 5 Apr 2014 21:02:54 +0200 Subject: [PATCH] guix package: Fix indentation of packages to remove. * guix/scripts/package.scm (show-what-to-remove/install): Add space when showing packages to remove. --- guix/scripts/package.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/scripts/package.scm b/guix/scripts/package.scm index d4309094e8..3947159c2e 100644 --- a/guix/scripts/package.scm +++ b/guix/scripts/package.scm @@ -178,7 +178,7 @@ (define (show-what-to-remove/install remove install dry-run?) (match remove ((($ name version output path _) ..1) (let ((len (length name)) - (remove (map (cut format #f " ~a-~a\t~a\t~a" <> <> <> <>) + (remove (map (cut format #f " ~a-~a\t~a\t~a" <> <> <> <>) name version output path))) (if dry-run? (format (current-error-port)