diff options
author | Federico Beffa <beffa@fbengineering.ch> | 2015-03-07 17:23:14 +0100 |
---|---|---|
committer | Federico Beffa <beffa@fbengineering.ch> | 2015-04-08 17:31:11 +0200 |
commit | 863af4e121d827d3e72a43e405069bf6d887ccba (patch) | |
tree | 174a14554db4cb2253da9980c4f9c8100dbb715b /po | |
parent | bba229a3ca551a33e0f96e23985fe94d7e31eb1c (diff) | |
download | patches-863af4e121d827d3e72a43e405069bf6d887ccba.tar patches-863af4e121d827d3e72a43e405069bf6d887ccba.tar.gz |
import: Add hackage importer.
* guix/scripts/import.scm (importers): Add hackage.
* guix/scripts/import/hackage.scm: New file.
* po/guix/POTFILES.in: Add guix/scripts/import.scm.
* doc/guix.texi: Add section on 'hackage' importer.
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 5ac9201295..30ce28b712 100644 --- a/po/guix/POTFILES.in +++ b/po/guix/POTFILES.in @@ -8,6 +8,7 @@ guix/scripts/download.scm guix/scripts/package.scm guix/scripts/gc.scm guix/scripts/hash.scm +guix/scripts/import.scm guix/scripts/pull.scm guix/scripts/substitute.scm guix/scripts/authenticate.scm |