Revert "guix: git: Add new module."

This reverts commit a70b784708.

Commit a70b784708 caused `guix pull` to fail:

ERROR: In procedure scm-error:
ERROR: no code for module (git)
This commit is contained in:
Leo Famulari 2017-05-05 20:08:29 -04:00
parent 99c1554c9b
commit 40d728a87d
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08
3 changed files with 0 additions and 134 deletions

View file

@ -104,10 +104,6 @@ dnl Guile-JSON is used in various places.
GUILE_MODULE_AVAILABLE([have_guile_json], [(json)])
AM_CONDITIONAL([HAVE_GUILE_JSON], [test "x$have_guile_json" = "xyes"])
dnl Check for Guile-Git.
GUILE_MODULE_AVAILABLE([have_guile_git], [(git)])
AM_CONDITIONAL([HAVE_GUILE_GIT], [test "x$have_guile_git" = "xyes"])
dnl Make sure we have a full-fledged Guile.
GUIX_ASSERT_GUILE_FEATURES([regex posix socket net-db threads])