about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/lynx
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-05-21pkgs/applications: remove uneeded fetchpatch argumentsSigmanificient1-1/+0
2023-10-15lynx: 2.8.9 -> 2.9.0dev.12Tobias Mayer1-10/+2
2023-09-25lynx.meta.mainProgram: initAlyssa Ross1-0/+1
2021-08-08Merge pull request #133068 from SuperSandro2000/lynxSandro1-6/+12
lynx: format, cleanup
2021-08-08lynx: format, cleanupSandro Jäckel1-6/+12
2021-08-07lynx: add patch for CVE-2021-38165matthewcroughan1-0/+9
Co-authored-by: nixinator <33lockdown33@protonmail.com> Co-authored-by: John Bargman <darthpjb@gmail.com> Co-authored-by: Martin Weinelt <hexa@darmstadt.ccc.de>
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-3/+3
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-03-17lynx: enable default-colorsAlyssa Ross1-0/+1
Building with this option allows Lynx to optionally use the default colors of the terminal, when compiled with ncurses or slang. It does not (as far as I know) change any default behavior. Since we build with ncurses, I don't think there's any reason not to have this.
2018-11-18lynx: 2.8.9dev.17 -> 2.8.9rel.1Will Dietz1-2/+2
https://lynx.invisible-island.net/current/CHANGES.html#index-v2.8.9rel.1 (includes notes for dev.18, dev.19, and pre.1 as well)
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+0
2018-05-06lynx: 2.8.9dev.16 -> 2.8.9dev.17Johannes Frankenau1-3/+3
2018-05-06lynx: enable IPv6 supportJohannes Frankenau1-1/+4
2018-01-06Merge pull request #33340 from dtzWill/update/invisible-island-miscJoachim F1-1/+4
Update various invisible-island packages, fix URL's
2018-01-02invisible-island programs: Fix FTP URL's, use HTTPS, prefer ftpWill Dietz1-1/+4
FTP URL's should use ftp.invisible-island.net.
2017-12-30treewide: Use `depsBuildBuild` for buildPackges.stdenv.ccJohn Ericson1-3/+3
2017-08-17lynx: 2.8.9dev.11 -> 2.8.9dev.16Joachim Fasting1-2/+2
2017-08-17lynx: meta fixupsJoachim Fasting1-1/+2
2017-08-17lynx: enable parallel buildingJoachim Fasting1-0/+2
2017-08-17lynx: enable pieJoachim Fasting1-0/+2
2017-08-17lynx: remove unwanted references to build-time only inputsJoachim Fasting1-1/+10
The binary embeds a listing of build-time dependencies derived from config.cache. Fix by nuking references in the derived header prior to building. Reduces size from ~102MB to ~51MB.
2017-06-22lynx: Fix for crossJohn Ericson1-2/+6
Needed C toolchain targeting build platform
2017-05-29lynx: Fix SSL, widec support (#26134)Will Dietz1-8/+4
* lynx: Fix SSL support by letting it use pkgconfig lynx wants both the "include" and "lib/lib*.so" paths to be children of the path given to "--with-ssl", which is not provided by any of the current openssl outputs. To fix lynx so it supports SSL (and https URLs), let it use pkgconfig to figure out where openssl's bits are. * lynx: Always enable widec support.
2017-02-23lynx: 2.8.8rel.2 -> 2.8.9dev.11Peter Hoeg1-8/+7
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-05-19treewide: Make explicit that 'dev' output of openssl is usedTuomas Tynkkynen1-1/+1
2016-03-18lynx: use full `version`, ‘official’ URI & lib.optionalsTobias Geerinckx-Rice1-6/+7
2014-05-22lynx: update from 2.8.7 to 2.8.8Rob Vermaas1-3/+3
2014-01-13lynx: Actually provide ssl support when requestedShea Levy1-2/+2
Signed-off-by: Shea Levy <shea@shealevy.com>
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-1/+1
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2010-11-26Adding the 'gzip' dependency to lynx (important cross-building).Lluís Batlle i Rossell1-2/+2
Otherwise, on a cross-built lynx, it cannot gunzip pages that came in gzip-compressed. (It was calling the host gzip, a lynx dependency, before) svn path=/nixpkgs/branches/stdenv-updates/; revision=24882
2010-10-12Reverting a patch I did removing this special lynx configuration I add again.Lluís Batlle i Rossell1-0/+5
Otherwise, lynx really does not build with widechar support. svn path=/nixpkgs/branches/stdenv-updates/; revision=24251
2010-10-12utf-8 was not working in cross-built ncurses programs due to some old problemLluís Batlle i Rossell1-5/+0
cross-building ncursesw not present anymore. I reenable unicode cross-building. svn path=/nixpkgs/branches/stdenv-updates/; revision=24245
2010-10-12Making lynx cross-build with widechar supportLluís Batlle i Rossell1-0/+5
svn path=/nixpkgs/branches/stdenv-updates/; revision=24242
2010-08-11Making lynx, yacas and alsa-lib crossbuildLluís Batlle i Rossell1-0/+1
svn path=/nixpkgs/branches/stdenv-updates/; revision=23130
2010-02-03* Clean up the Lynx expression a bit.Eelco Dolstra1-2/+6
svn path=/nixpkgs/branches/stdenv-updates/; revision=19775
2009-12-25update to 2.8.7Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=19111
2007-05-14lynx 2.8.6Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=8687
2006-10-12* More descriptions.Eelco Dolstra1-0/+4
svn path=/nixpkgs/trunk/; revision=6709
2005-10-04* Install ncurses header files in $out/include, notEelco Dolstra2-7/+0
$out/include/ncurses. This simplifies many builders. svn path=/nixpkgs/trunk/; revision=4008
2005-08-22* catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=3660
2005-02-15* Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra1-1/+1
gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
2004-07-26* Finally a real web browser!Eelco Dolstra2-0/+22
svn path=/nixpkgs/trunk/; revision=1180