aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinglu Chen <public@yoctocell.xyz>2021-06-03 13:06:52 +0200
committerLudovic Courtès <ludo@gnu.org>2021-06-03 13:06:52 +0200
commitc78d6c60cf68bd6d7955766a152608846c39a06b (patch)
tree5d1c9777997ca389c80e0507eba689acd920f65a
parentbdc298ecee15283451d3aa20a849dd7bb22c8538 (diff)
downloadguix-c78d6c60cf68bd6d7955766a152608846c39a06b.tar
guix-c78d6c60cf68bd6d7955766a152608846c39a06b.tar.gz
news: Add entry for 'guix import egg'.
* etc/news.scm: Add entry.
-rw-r--r--etc/news.scm23
1 files changed, 23 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm
index f61c4d8ccf..89d352a6c2 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -23,6 +23,29 @@
(channel-news
(version 0)
+ (entry (commit "bdc298ecee15283451d3aa20a849dd7bb22c8538")
+ (title
+ (en "New @command{guix import egg} command")
+ (zh "新的 @command{guix import egg} 命令"))
+ (body
+ (en "The new @command{guix import egg} command allows packagers to
+generate a package definition or a template thereof given the name of a
+CHICKEN egg package, like so:
+
+@example
+guix import egg sourcehut
+@end example
+
+Run @command{info \"(guix) Invoking guix import\"} for more info.")
+ (zh "新的 @command{guix import egg} 命令能让贡献者从一个CHICKEN egg生
+成一个包装或包装样板。
+
+@example
+guix import egg sourcehut
+@end example
+
+想了解更多可以运行 @command{info \"(guix) Invoking guix import\"}。")))
+
(entry (commit "2161820ebbbab62a5ce76c9101ebaec54dc61586")
(title
(en "Risk of local privilege escalation during user account creation")