diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-06-02 17:18:22 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-06-03 13:05:18 +0200 |
commit | bdc298ecee15283451d3aa20a849dd7bb22c8538 (patch) | |
tree | 0f2ab73d16ca1fcb4e3b54c8d5f078dd53f3b675 /etc | |
parent | 1e8ebb16c997eeeb65ef1205e930dcce0f0e0345 (diff) | |
download | guix-bdc298ecee15283451d3aa20a849dd7bb22c8538.tar guix-bdc298ecee15283451d3aa20a849dd7bb22c8538.tar.gz |
import: Add CHICKEN egg importer.
* guix/import/egg.scm: New file.
* guix/scripts/import/egg.scm: New file.
* tests/egg.scm: New file.
* Makefile.am (MODULES, SCM_TESTS): Register them.
* po/guix/POTFILES.in: Likewise.
* guix/scripts/import.scm (importers): Add egg importer.
* doc/guix.texi (Invoking guix import, Invoking guix refresh): Document it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/news.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index 65d83061df..f61c4d8ccf 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -14,6 +14,7 @@ ;; Copyright © 2021 Zhu Zihao <all_but_last@163.com> ;; Copyright © 2021 Chris Marusich <cmmarusich@gmail.com> ;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be> +;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz> ;; ;; Copying and distribution of this file, with or without modification, are ;; permitted in any medium without royalty provided the copyright notice and |