diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4c53779aaa..6f8e57c9cc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -109,7 +109,6 @@ MODULES = \ guix/import/cran.scm \ guix/import/hackage.scm \ guix/import/elpa.scm \ - guix/import/github.scm \ guix/scripts.scm \ guix/scripts/download.scm \ guix/scripts/build.scm \ @@ -143,6 +142,7 @@ MODULES = \ if HAVE_GUILE_JSON MODULES += \ + guix/import/github.scm \ guix/import/json.scm \ guix/import/pypi.scm \ guix/scripts/import/pypi.scm \ |