Remove unused w3m dependency

This commit is contained in:
Eelco Dolstra 2014-09-17 17:42:00 +02:00
parent d98bfcbf81
commit d64b8e9e53
3 changed files with 1 additions and 3 deletions

View File

@ -30,6 +30,5 @@ pkglibdir = $(libdir)/$(PACKAGE_NAME)
prefix = @prefix@
storedir = @storedir@
sysconfdir = @sysconfdir@
w3m = @w3m@
xmllint = @xmllint@
xsltproc = @xsltproc@

View File

@ -138,7 +138,6 @@ NEED_PROG(bash, bash)
NEED_PROG(patch, patch)
AC_PATH_PROG(xmllint, xmllint, false)
AC_PATH_PROG(xsltproc, xsltproc, false)
AC_PATH_PROG(w3m, w3m, false)
AC_PATH_PROG(flex, flex, false)
AC_PATH_PROG(bison, bison, false)
NEED_PROG(perl, perl)

View File

@ -23,7 +23,7 @@ let
inherit officialRelease;
buildInputs =
[ curl bison flex perl libxml2 libxslt w3m bzip2
[ curl bison flex perl libxml2 libxslt bzip2
tetex dblatex nukeReferences pkgconfig sqlite git
];