summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-10-02 23:26:56 +0200
committerLudovic Courtès <ludo@gnu.org>2020-10-02 23:28:29 +0200
commita73bd30750ae03475da556107327ee9d23611fba (patch)
treed03e2fec4188add7c8387164ae2346c835a92ffa /etc
parent0f53c801b91919380a924b402d1ff822bb1dc6ea (diff)
news: Add entry for transformation option record/replay.
* etc/news.scm: Add entry.
Diffstat (limited to 'etc')
-rw-r--r--etc/news.scm19
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm
index c53a685353..e99e13a4c1 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -12,6 +12,25 @@
(channel-news
(version 0)
+
+ (entry (commit "8e1907a72430aa989125b053573ef0897c480697")
+ (title (en "Package transformation options now recorded in profiles")
+ (fr "Options de transformation sauvegardées dans les profils"))
+ (body
+ (en "When installing packages in a profile, package transformation
+options such as @option{--with-input} are now recorded in the profile. When
+you eventually run @command{guix upgrade}, those transformations will be
+automatically applied to the upgraded packages.
+
+Run @command{info \"(guix) Package Transformation Options\"} for more info.")
+ (fr "Lorsqu'on installe des paquets dans un profil, les options de
+transformation telles que @option{--with-input} sont désormais enregistrées
+dans le profil. Quand on le met plus tard à jour avec @command{guix upgrade},
+ces transformations sont automatiquement appliquées aux nouveaux paquets.
+
+Voir @command{info \"(guix.fr) Options de transformation de paquets\"} pour
+plus de détails.")))
+
(entry (commit "313f492657f1d0863c641fa5ee7f5b7028e27c94")
(title (en "New @option{--image-type} option for @command{guix system disk-image}.")
(de "Neue Option @option{--image-type} für @command{guix system disk-image}.")