summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2018-08-09 13:52:50 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2018-08-09 13:52:50 +0300
commit7009a875996756d1e407c23d917c35052ea23e99 (patch)
tree574346845c8d8b69df14e4012b97eb7eb97d04c4
parentwigust: emacs-guix-next: Update to 5.0-1.9f9a9b8. (diff)
downloadguix-wigust-7009a875996756d1e407c23d917c35052ea23e99.tar.gz
wigust: Use '(gnu packages networking)' module.
* wigust/packages/monitoring.scm: Use '(gnu packages networking)' module.
-rw-r--r--wigust/packages/monitoring.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/wigust/packages/monitoring.scm b/wigust/packages/monitoring.scm
index 21f0f4c..5df0d71 100644
--- a/wigust/packages/monitoring.scm
+++ b/wigust/packages/monitoring.scm
@@ -38,6 +38,7 @@
#:use-module (gnu packages libevent)
#:use-module (gnu packages image)
#:use-module (gnu packages mail)
+ #:use-module (gnu packages networking)
#:use-module (gnu packages pcre)
#:use-module (gnu packages perl)
#:use-module (gnu packages python)