guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

203/376: Remove unused w3m dependency


From: Ludovic Courtès
Subject: 203/376: Remove unused w3m dependency
Date: Wed, 28 Jan 2015 22:05:03 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit d64b8e9e53c1087ec611066cfa21261ee2164869
Author: Eelco Dolstra <address@hidden>
Date:   Wed Sep 17 17:42:00 2014 +0200

    Remove unused w3m dependency
---
 Makefile.config.in |    1 -
 configure.ac       |    1 -
 release.nix        |    2 +-
 3 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/Makefile.config.in b/Makefile.config.in
index 53bdbbf..6e12afb 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -30,6 +30,5 @@ pkglibdir = $(libdir)/$(PACKAGE_NAME)
 prefix = @prefix@
 storedir = @storedir@
 sysconfdir = @sysconfdir@
-w3m = @w3m@
 xmllint = @xmllint@
 xsltproc = @xsltproc@
diff --git a/configure.ac b/configure.ac
index a449ac8..bb0ab5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
diff --git a/release.nix b/release.nix
index 3e74166..e14c8cc 100644
--- a/release.nix
+++ b/release.nix
@@ -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
           ];
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]