diff options
Diffstat (limited to 'guix/scripts/import.scm')
-rw-r--r-- | guix/scripts/import.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/scripts/import.scm b/guix/scripts/import.scm index 0d5256a815..9db4919156 100644 --- a/guix/scripts/import.scm +++ b/guix/scripts/import.scm @@ -50,7 +50,8 @@ ;; The list of all known importers. These are printed in order by SHOW-HELP, so ;; please keep this list alphabetically sorted! (define importers '("composer" "cpan" "cran" "crate" "egg" "elm" "elpa" - "gem" "gnu" "go" "hackage" "hexpm" "json" "minetest" + "gem" "gnu" "go" "hackage" "hexpm" "json" "luanti" + "minetest" ; deprecated "npm-binary" "nuget" "opam" "pypi" "stackage" "texlive")) (define (resolve-importer name) |