mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
guix-package: Show package outputs in `--list-available'.
* guix-package.in (guix-package)[process-query]: For `list-available', show the outputs of each package. * doc/guix.texi (Invoking guix-package): Update accordingly.
This commit is contained in:
@@ -491,7 +491,9 @@ List packages currently available in the software distribution. When
|
||||
matches @var{regexp}.
|
||||
|
||||
For each package, print the following items separated by tabs: its name,
|
||||
its version string, and the source location of its definition.
|
||||
its version string, the parts of the package (@code{out} for the main
|
||||
files, @code{lib} for libraries and possibly headers, etc.), and the
|
||||
source location of its definition.
|
||||
|
||||
@end table
|
||||
|
||||
|
||||
Reference in New Issue
Block a user