[bug#63320,2/2] DRAFT news: Add entry to 'guix style -S arguments'.
Commit Message
DRAFT: Missing commit ID.
* etc/news.scm: Add entry.
---
etc/news.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
Comments
Hi Ludo. Would you add this German translation:
(title
(en …)
(de "Neue Stilregel @code{arguments} für @command{guix style}"))
(body
(en …)
(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.")))
Regards,
Florian
@@ -26,6 +26,22 @@
(channel-news
(version 0)
+ (entry (commit "FIXME")
+ (title
+ (en "New @code{arguments} rule for @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.")))
+
(entry (commit "ae11fcb84ac478dfa56d322ef08890645183a087")
(title
(en "New @option{--with-configure-flag} transformation option")