Ben Siraphob
5d566c43b4
pkgs/applications: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08:00
Ben Siraphob
108bdac3d9
pkgs/applications: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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
2021-01-11 10:38:22 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Alyssa Ross
3912502cbb
lynx: enable default-colors
...
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.
2019-03-17 15:41:03 +00:00
Will Dietz
918c87906c
lynx: 2.8.9dev.17 -> 2.8.9rel.1
...
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-11-18 16:29:04 -06:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Johannes Frankenau
b131db5f9b
lynx: 2.8.9dev.16 -> 2.8.9dev.17
2018-05-06 22:04:09 +02:00
Johannes Frankenau
c642fce382
lynx: enable IPv6 support
2018-05-06 22:03:53 +02:00
Joachim F
407b8d2b8f
Merge pull request #33340 from dtzWill/update/invisible-island-misc
...
Update various invisible-island packages, fix URL's
2018-01-06 14:27:32 +00:00
Will Dietz
19f1fd14b3
invisible-island programs: Fix FTP URL's, use HTTPS, prefer ftp
...
FTP URL's should use ftp.invisible-island.net.
2018-01-02 12:31:33 -06:00
John Ericson
5b74540c5b
treewide: Use depsBuildBuild
for buildPackges.stdenv.cc
2017-12-30 22:04:21 -05:00
Joachim Fasting
cc0434863b
lynx: 2.8.9dev.11 -> 2.8.9dev.16
2017-08-17 18:54:15 +02:00
Joachim Fasting
6ebf2d4fc7
lynx: meta fixups
2017-08-17 18:54:13 +02:00
Joachim Fasting
21eade1b02
lynx: enable parallel building
2017-08-17 18:54:12 +02:00
Joachim Fasting
7c09434756
lynx: enable pie
2017-08-17 18:54:11 +02:00
Joachim Fasting
c47fcbf293
lynx: remove unwanted references to build-time only inputs
...
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-08-17 18:54:05 +02:00
John Ericson
502902f1c6
lynx: Fix for cross
...
Needed C toolchain targeting build platform
2017-06-22 17:53:55 -04:00
Will Dietz
78b62836f5
lynx: Fix SSL, widec support ( #26134 )
...
* 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-05-29 15:14:02 +08:00
Peter Hoeg
a3bf71b76f
lynx: 2.8.8rel.2 -> 2.8.9dev.11
2017-02-23 07:32:55 +08:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Tuomas Tynkkynen
2a73de6e6c
treewide: Make explicit that 'dev' output of openssl is used
2016-05-19 10:02:23 +02:00
Tobias Geerinckx-Rice
87ca9b9629
lynx: use full version
, ‘official’ URI & lib.optionals
2016-03-18 08:03:48 +01:00
Rob Vermaas
5abc5dea27
lynx: update from 2.8.7 to 2.8.8
2014-05-22 12:57:17 +02:00
Shea Levy
076ff2eede
lynx: Actually provide ssl support when requested
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-13 20:16:27 -05:00
Eelco Dolstra
ab3eeabfed
Rename buildNativeInputs -> nativeBuildInputs
...
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00
Lluís Batlle i Rossell
614c40a1e1
Adding the 'gzip' dependency to lynx (important cross-building).
...
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-11-26 18:43:55 +00:00
Lluís Batlle i Rossell
74ae423a6a
Reverting a patch I did removing this special lynx configuration I add again.
...
Otherwise, lynx really does not build with widechar support.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24251
2010-10-12 20:57:02 +00:00
Lluís Batlle i Rossell
57df19fe85
utf-8 was not working in cross-built ncurses programs due to some old problem
...
cross-building ncursesw not present anymore. I reenable unicode cross-building.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24245
2010-10-12 19:06:04 +00:00
Lluís Batlle i Rossell
3c29a00612
Making lynx cross-build with widechar support
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24242
2010-10-12 18:31:11 +00:00
Lluís Batlle i Rossell
039b660b5b
Making lynx, yacas and alsa-lib crossbuild
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23130
2010-08-11 20:11:12 +00:00
Eelco Dolstra
b6943f0056
* Clean up the Lynx expression a bit.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19775
2010-02-03 12:24:03 +00:00
Armijn Hemel
0814a30d2c
update to 2.8.7
...
svn path=/nixpkgs/trunk/; revision=19111
2009-12-25 14:34:11 +00:00
Armijn Hemel
d2086b5e53
lynx 2.8.6
...
svn path=/nixpkgs/trunk/; revision=8687
2007-05-14 01:36:50 +00:00
Eelco Dolstra
368c196a62
* More descriptions.
...
svn path=/nixpkgs/trunk/; revision=6709
2006-10-12 10:53:16 +00:00
Eelco Dolstra
bdabd66a46
* Install ncurses header files in $out/include, not
...
$out/include/ncurses. This simplifies many builders.
svn path=/nixpkgs/trunk/; revision=4008
2005-10-04 14:24:19 +00:00
Eelco Dolstra
454707da23
* catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=3660
2005-08-22 08:39:27 +00:00
Eelco Dolstra
e42507d182
* Move tarballs to catamaran so that we are no longer dependent on a
...
gazillion different servers. Resurrected some 25 missing files.
svn path=/nixpkgs/trunk/; revision=2237
2005-02-15 14:44:19 +00:00
Eelco Dolstra
45ac835af6
* Finally a real web browser!
...
svn path=/nixpkgs/trunk/; revision=1180
2004-07-26 10:33:58 +00:00