guix-commits
[Top][All Lists]
Advanced

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

07/07: news: Add entry for 'guix graph --path'.


From: guix-commits
Subject: 07/07: news: Add entry for 'guix graph --path'.
Date: Mon, 11 May 2020 17:31:55 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 8c97013ef55e606f71785bb66bbb4d29c5d0d9b1
Author: Ludovic Courtès <address@hidden>
AuthorDate: Mon May 11 23:30:12 2020 +0200

    news: Add entry for 'guix graph --path'.
    
    * etc/news.scm: Add entry.
---
 etc/news.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index c110cb1..71fe439 100644
--- a/etc/news.scm
+++ b/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")



reply via email to

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