summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-11-07 18:39:04 +0100
committerLudovic Courtès <ludo@gnu.org>2019-11-07 18:40:16 +0100
commitfb936351d3f819a5f9c05d9e626543988642a62d (patch)
tree9c8ad77ca67a686d9ed99cec4c614086a4788919 /etc
parent3e962e59d849e4300e447d94487684102d9d412e (diff)
downloadguix-fb936351d3f819a5f9c05d9e626543988642a62d.tar.gz
news: Add entry for package transformation options in "guix graph".
* etc/news.scm: Add entry for "guix graph --with-input".
Diffstat (limited to 'etc')
-rw-r--r--etc/news.scm9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm
index eb72767f0a..08e06351e9 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -9,6 +9,15 @@
 (channel-news
  (version 0)
 
+ (entry (commit "3e962e59d849e4300e447d94487684102d9d412e")
+        (title (en "@command{guix graph} now supports package
+transformations"))
+        (body
+         (en "The @command{guix graph} command now supports the common package
+transformation options (see @command{info \"(guix) Package Transformation
+Options\"}).  This is useful in particular to see the effect of the
+@option{--with-input} dependency graph rewriting option.")))
+
  (entry (commit "49af34cfac89d384c46269bfd9388b2c73b1220a")
         (title (en "@command{guix pull} now honors
 @file{/etc/guix/channels.scm}")