guix-commits
[Top][All Lists]
Advanced

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

01/01: guix package: -s shows outputs.


From: Mark H. Weaver
Subject: 01/01: guix package: -s shows outputs.
Date: Tue, 25 Aug 2015 00:23:05 +0000

mhw pushed a commit to branch master
in repository guix.

commit 6bf99bac95a5168b8cc0af246a0c1d4e887707a6
Author: Mark H Weaver <address@hidden>
Date:   Sat Aug 22 00:31:11 2015 -0400

    guix package: -s shows outputs.
    
    * guix/ui.scm (package->recutils): Print "outputs:".
---
 guix/ui.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/guix/ui.scm b/guix/ui.scm
index 28d4b97..a6d4fd1 100644
--- a/guix/ui.scm
+++ b/guix/ui.scm
@@ -803,6 +803,7 @@ WIDTH columns."
   ;; Note: Don't i18n field names so that people can post-process it.
   (format port "name: ~a~%" (package-name p))
   (format port "version: ~a~%" (package-version p))
+  (format port "outputs: ~a~%" (string-join (package-outputs p)))
   (format port "systems: ~a~%"
           (string-join (package-transitive-supported-systems p)))
   (format port "dependencies: ~a~%"



reply via email to

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