nixpkgs/pkgs/tools/networking/jwhois
Susan Potter a9e2cf0af3 jwhois: fix path to lynx in $lynx/etc/jwhois.conf
Close #8696.
Fixes issues found when jwhois attempts to launch terminal browser
(lynx) for HTTP whois queries, for example:

    $ whois blah.io
    [Querying http://www.io.io/cgi-bin/whois]
    [HTTP: Unable to run web browser: /usr/bin/lynx: No such file or directory]

Tested via:

    grep lynx \
      /nix/store/bymgmn2vvw1n7nbb1isy87xg94s8f2ml-jwhois-4.0/etc/jwhois.conf \
      | cut -f2 -d'"' \
      | xargs stat -t
2015-07-30 15:52:28 +02:00
..
connect.patch Making jwhois connect fine for those without ipv6 network. 2011-09-28 07:25:59 +00:00
default.nix jwhois: fix path to lynx in $lynx/etc/jwhois.conf 2015-07-30 15:52:28 +02:00