mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
news: Add entry for 'guix graph --path'.
* etc/news.scm: Add entry.
This commit is contained in:
parent
88a96c568c
commit
8c97013ef5
1 changed files with 14 additions and 0 deletions
14
etc/news.scm
14
etc/news.scm
|
@ -11,6 +11,20 @@
|
|||
(channel-news
|
||||
(version 0)
|
||||
|
||||
(entry (commit "88a96c568c47c97d05d883ada5afbc4e1200b10f")
|
||||
(title (en "New @option{--path} option for @command{guix graph}"))
|
||||
(body
|
||||
(en "The @command{guix graph} command has a new @option{--path}
|
||||
option that instructs it to display the shortest path between two packages,
|
||||
derivations, or store items. For example, the command below displays the
|
||||
shortest path from the @code{libreoffice} package to @code{libunistring}:
|
||||
|
||||
@example
|
||||
guix graph --path libreoffice libunistring
|
||||
@end example
|
||||
|
||||
Run @code{info \"(guix) Invoking guix graph\"} for more information.")))
|
||||
|
||||
(entry (commit "a33eac038a811603c8b9ed106ae405a5f80a0e9d")
|
||||
(title (en "GNU C Library upgraded")
|
||||
(de "GNU-C-Bibliothek aktualisiert")
|
||||
|
|
Loading…
Reference in a new issue