guix-commits
[Top][All Lists]
Advanced

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

15/15: news: Add entry to 'guix style -S arguments'.


From: guix-commits
Subject: 15/15: news: Add entry to 'guix style -S arguments'.
Date: Thu, 18 May 2023 14:07:09 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 2344ccee2f28f790fa0b69ecb1916c162c1f8c50
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri May 5 23:15:52 2023 +0200

    news: Add entry to 'guix style -S arguments'.
    
    * etc/news.scm: Add entry.
---
 etc/news.scm | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index 5045a40620..314f0ab352 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -26,6 +26,50 @@
 (channel-news
  (version 0)
 
+ (entry (commit "ba5da5125a81307500982517e2f458d57b024668")
+        (title
+         (en "New @code{arguments} rule for @command{guix style}")
+         (de "Neue Stilregel @code{arguments} für @command{guix style}")
+         (fr "Nouvelle règle @code{arguments} pour @command{guix style}"))
+        (body
+         (en "The @command{guix style} command has a new @dfn{styling rule}
+for package definitions.  Package writers may now run the following command:
+
+@example
+guix style -L /path/to/channel -S arguments @var{package}
+@end example
+
+This command rewrites the @code{arguments} field of @var{package} so that it
+uses G-expressions instead of classical quasiquotation.
+
+Run @command{info \"(guix) Invoking guix style\"} for more info.")
+         (de "Der Befehl @command{guix style} verfügt über eine neue 
@dfn{Stilregel}
+für Paketdefinitionen.  Paketautoren können jetzt folgenden Befehl benutzen:
+
+@example
+guix style -L /pfad/zum/kanal -S arguments @var{Paket}
+@end example
+
+Dadurch wird das Feld @code{arguments} in @var{Paket} so umgeschrieben, dass
+G-Ausdrücke (gexps) anstelle von klassischer Quasiquotierung verwendet
+werden.
+
+Führen Sie @command{info \"(guix.de) Aufruf von guix style\"} aus, um
+mehr Informationen zu erhalten.")
+         (fr "La commande @command{guix style} a une nouvelle @dfn{règle de
+style} pour les définitions de paquets.  Les auteurices de paquets peuvent
+maintenant lancer la commande suivante :
+
+@example
+guix style -L /chemin/vers/canal -S arguments @var{paquet}
+@end example
+
+Cette commande réécrit le champ @code{arguments} de @var{paquet} pour qu'il
+utilise des G-expressions plutôt que des quasicitations classiques.
+
+Lancer @command{info \"(guix.fr) Invoquer guix style\"} pour plus
+d'informations.")))
+
  (entry (commit "ae11fcb84ac478dfa56d322ef08890645183a087")
         (title
          (en "New @option{--with-configure-flag} transformation option")



reply via email to

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