guix-commits
[Top][All Lists]
Advanced

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

06/06: news: Add entry for '--with-patch'.


From: guix-commits
Subject: 06/06: news: Add entry for '--with-patch'.
Date: Sun, 27 Dec 2020 11:24:48 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit d21f251a35a1e8305b06ec23a0c56e444b4794ac
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Dec 27 17:23:02 2020 +0100

    news: Add entry for '--with-patch'.
    
    * etc/news.scm: Add entry.
---
 etc/news.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index 8cd1c89..2f5dcd5 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -17,6 +17,32 @@
 
 (channel-news
  (version 0)
+
+ (entry (commit "e38d90d497e19e00263fa28961c688a433154386")
+        (title (en "New @option{--with-patch} package transformation option")
+               (fr "Nouvelle option de transformation @option{--with-patch}"))
+        (body
+         (en "The new @option{--with-patch} package transformation option
+applies patches to the specified packages before building them.  The example
+below builds the GNU Core Utilities against a patched C library (glibc):
+
+@example
+guix build coreutils --with-patch=glibc=./glibc-frob.patch
+@end example
+
+Run @command{info \"(guix) Package Transformation Options\"} for more info.")
+         (fr "La nouvelle option de transformation de paquets
+@option{--with-patch} applique des modifications (@i{patches}) aux paquets
+spécifiés avant de les compiler.  L'exemple suivant compile les utilitaires de
+base GNU avec une bibliothèque C (glibc) modifiée :
+
+@example
+guix build coreutils --with-patch=glibc=./glibc-frob.patch
+@end example
+
+Voir @command{info \"(guix.fr) Options de transformation de paquets\"} pour
+plus de détails.")))
+
  (entry (commit "79f9dee3c4c0e6d21066f142116a537207ae7ba4")
         (title (en "Local substitute servers discovery is now supported")
                (de "Substitutserver können jetzt im lokalen Netz erkannt 
werden")



reply via email to

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