summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-05-10 17:23:32 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-05-10 17:23:43 +0200
commit74ac122b7728970d12cfe58758ec28063b7f181b (patch)
treedea7de3bc2c4c05a8b8b932ec26a0d629da12a38
parent0240c9f0005f09cf7f396cdc91633d8246f054b5 (diff)
Goodbye, Guile-Debbugs!0.0.1
-rw-r--r--configure.ac5
-rw-r--r--guix.scm3
2 files changed, 1 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 47753e5..bdf2a42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,11 +16,6 @@ if test "x$have_json" != "xyes"; then
AC_MSG_ERROR([Guile-JSON is missing; please install it.])
fi
-GUILE_MODULE_AVAILABLE([have_guile_debbugs], [(debbugs soap)])
-if test "x$have_guile_debbugs" != "xyes"; then
- AC_MSG_ERROR([Guile-Debbugs is missing; please install it.])
-fi
-
GUILE_MODULE_AVAILABLE([have_guile_email], [(email email)])
if test "x$have_guile_email" != "xyes"; then
AC_MSG_ERROR([guile-email is missing; please install it.])
diff --git a/guix.scm b/guix.scm
index eb3b5ee..74560c3 100644
--- a/guix.scm
+++ b/guix.scm
@@ -40,8 +40,7 @@
(source #f)
(build-system gnu-build-system)
(inputs
- `(("guile-debbugs" ,guile-debbugs)
- ("guile-email" ,guile-email)
+ `(("guile-email" ,guile-email)
("guile-gcrypt" ,guile-gcrypt)
("guile-json" ,guile-json-3)
;("guile-fibers" ,guile-fibers)