diff options
author | Leo Famulari <leo@famulari.name> | 2017-05-05 20:08:29 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-05-05 20:12:57 -0400 |
commit | 40d728a87d4b6993437ed33dbe2dcb47363ae7c0 (patch) | |
tree | 2b1cc12e24d2f87205369b6bd62f116375e9159f /Makefile.am | |
parent | 99c1554c9ba1fd22d7dfdeba221088a3849ee27b (diff) | |
download | guix-40d728a87d4b6993437ed33dbe2dcb47363ae7c0.tar guix-40d728a87d4b6993437ed33dbe2dcb47363ae7c0.tar.gz |
Revert "guix: git: Add new module."
This reverts commit a70b784708fb5e1b78430aa793d89ca04bc641a8.
Commit a70b784708f caused `guix pull` to fail:
ERROR: In procedure scm-error:
ERROR: no code for module (git)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index 76e5d99c7a..8fe9e350cc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -197,13 +197,6 @@ MODULES += \ endif HAVE_GUILE_SSH -if HAVE_GUILE_GIT - -MODULES += \ - guix/git.scm - -endif HAVE_GUILE_GIT - if BUILD_DAEMON_OFFLOAD MODULES += \ |