mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
guix package: -s shows outputs.
* guix/ui.scm (package->recutils): Print "outputs:".
This commit is contained in:
parent
be23021d93
commit
6bf99bac95
1 changed files with 1 additions and 0 deletions
|
@ -803,6 +803,7 @@ (define (package<? p1 p2)
|
|||
;; 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~%"
|
||||
|
|
Loading…
Reference in a new issue