guix-commits
[Top][All Lists]
Advanced

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

04/04: news: Add entry for transformation option record/replay.


From: guix-commits
Subject: 04/04: news: Add entry for transformation option record/replay.
Date: Fri, 2 Oct 2020 17:29:28 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a73bd30750ae03475da556107327ee9d23611fba
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Oct 2 23:26:56 2020 +0200

    news: Add entry for transformation option record/replay.
    
    * etc/news.scm: Add entry.
---
 etc/news.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index c53a685..e99e13a 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}.")



reply via email to

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