[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63320] [PATCH 2/2] DRAFT news: Add entry to 'guix style -S argument
From: |
Ludovic Courtès |
Subject: |
[bug#63320] [PATCH 2/2] DRAFT news: Add entry to 'guix style -S arguments'. |
Date: |
Fri, 5 May 2023 23:40:05 +0200 |
DRAFT: Missing commit ID.
* etc/news.scm: Add entry.
---
etc/news.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/etc/news.scm b/etc/news.scm
index 22f04e4dae..41a03405a7 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -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")
--
2.39.2