diff options
author | Federico Beffa <beffa@fbengineering.ch> | 2015-06-16 10:50:06 +0200 |
---|---|---|
committer | Federico Beffa <beffa@fbengineering.ch> | 2015-07-08 10:53:05 +0200 |
commit | 7f74a931ddccdb3b42558f8f8ee29b309d9231b9 (patch) | |
tree | 1804fcf24967f92cd15e4ee3c2ac13e5091bb8dd /po | |
parent | 575b4b092d73403381277625794042a7b7253cfe (diff) | |
download | guix-7f74a931ddccdb3b42558f8f8ee29b309d9231b9.tar guix-7f74a931ddccdb3b42558f8f8ee29b309d9231b9.tar.gz |
import: Add 'elpa' importer.
* guix/import/elpa.scm: New file.
* guix/scripts/import.scm: Add "elpa" to 'importers'.
* guix/scripts/import/elpa.scm: New file.
* Makefile.am (MODULES): Add 'guix/import/elpa.scm' and
'guix/scripts/import/elpa.scm'.
(SCM_TESTS): Add 'tests/elpa.scm'.
* doc/guix.texi (Invoking guix import): Document it.
* tests/elpa.scm: New file.
* po/guix/POTFILES.in: Add 'guix/scripts/import/elpa.scm'.
Diffstat (limited to 'po')
-rw-r--r-- | po/guix/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/guix/POTFILES.in b/po/guix/POTFILES.in index 247fe2cf6a..ed8cc7f1cd 100644 --- a/po/guix/POTFILES.in +++ b/po/guix/POTFILES.in @@ -10,6 +10,7 @@ guix/scripts/package.scm guix/scripts/gc.scm guix/scripts/hash.scm guix/scripts/import.scm +guix/scripts/import/elpa.scm guix/scripts/pull.scm guix/scripts/substitute.scm guix/scripts/authenticate.scm |