diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-05-22 01:41:56 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-05-22 01:42:27 +0200 |
commit | b782d11f9b92d22abedb0a31edb69456be11f4c9 (patch) | |
tree | 2e9b541b8c1fcefabd855fb4de05b52c68c8a056 /etc/news.scm | |
parent | 7a2eb7d231c69e81f0851eb27cbae6aae93bf594 (diff) | |
download | guix-b782d11f9b92d22abedb0a31edb69456be11f4c9.tar.gz |
news: Add entry for 'guix import elm'.
* etc/news.scm: Add entry.
Diffstat (limited to 'etc/news.scm')
-rw-r--r-- | etc/news.scm | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index 326be8392e..da5d86076b 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -25,6 +25,37 @@ (channel-news (version 0) + (entry (commit "903c82583e1cec4c9ff09d5895c5cc646c37b661") + (title + (en "New @command{guix import elm} command") + (fr "Nouvelle commande @command{guix import elm}")) + (body + (en "The new @command{guix import elm} command allows packagers to +generate a package definition or given the name of a package for Elm, a +functional programming language for the Web: + +@example +guix import elm elm/bytes +@end example + +Run @command{info \"(guix) Invoking guix import\"} for more info. + +This comes with a new build system for Elm packages---run @command{info +\"(guix) Build Systems\"} for details.") + (fr "La nouvelle commande @command{guix import elm} permet de générer +une définition de paquet reposant sur Elm, un langage de programmation +fonctionnelle pour le Web: + +@example +guix import elm elm/bytes +@end example + +Lancer @command{info \"(guix.fr) Invoquer guix import\"} pour plus +d'informations. + +Cela vient avec un nouveau système de construction pour paquets Elm---lancer +@command{info \"(guix.fr) Systèmes de construction\"} pour plus de détails."))) + (entry (commit "b6b2de2a0d52530bc1ee128c61580bed662ee15c") (title (en "Linux-libre kernel updated to 5.17") (de "Linux-libre-Kernel wird auf 5.17 aktualisiert")) |