summaryrefslogtreecommitdiff
path: root/gnu/packages/man.scm
diff options
context:
space:
mode:
authorKei Kebreau <kei@openmailbox.org>2017-05-08 15:16:24 -0400
committerKei Kebreau <kei@openmailbox.org>2017-05-08 15:16:24 -0400
commitc5196ac7ee668a65c0cfda25ce354b826b15435c (patch)
treecfc5f27d49ca60ddc0ad0c776843fc543d64f705 /gnu/packages/man.scm
parent8bdc36d4bd5d38a5e595c9c51e61bad4caf291e0 (diff)
downloadguix-patches-c5196ac7ee668a65c0cfda25ce354b826b15435c.tar
guix-patches-c5196ac7ee668a65c0cfda25ce354b826b15435c.tar.gz
gnu: Move lynx to web-browsers.scm.
* gnu/packages/lynx.scm: Remove file and move lynx... * gnu/packages/web-browsers.scm: ...here. * gnu/packages/man.scm (define-module): Remove unused module import of (gnu packages lynx). * gnu/packages/ocaml.scm (define-module): Adjust module import to use (gnu packages web-browsers). * gnu/local.mk (GNU_SYSTEM_MODULES): Remove lynx.scm.
Diffstat (limited to 'gnu/packages/man.scm')
-rw-r--r--gnu/packages/man.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 2cc685deed..8319a7e41b 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -30,7 +30,6 @@
#:use-module (gnu packages gawk)
#:use-module (gnu packages groff)
#:use-module (gnu packages less)
- #:use-module (gnu packages lynx)
#:use-module (gnu packages perl)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages linux))