Nikolay Korotkiy
66021433ba
netsurf: fix build ( #111991 )
2021-02-05 10:57:26 +01:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +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
AndersonTorres
3072952295
Netsurf browser: 3.9 -> 3.10
2020-09-28 22:39:18 -03:00
AndersonTorres
66fac9a0bf
Netsurf libnsfb: 0.2.1 -> 0.2.2
2020-09-28 22:39:18 -03:00
AndersonTorres
a5c9ce767b
Netsurf libsvgtiny: 0.1.7 -> 0.1.7
2020-09-28 22:39:18 -03:00
AndersonTorres
ed204dc61b
Netsurf libdom: 0.4.0 -> 0.4.1
2020-09-28 22:39:18 -03:00
AndersonTorres
486a3fb556
Netsurf libhubub: 0.3.6 -> 0.3.7
2020-09-28 22:39:18 -03:00
AndersonTorres
d6d7ead024
Netsurf libcss: 0.9.0 -> 0.9.1
2020-09-28 22:39:17 -03:00
AndersonTorres
d5832afa3e
Netsurf nsgenbind: 0.7 -> 0.8
2020-09-28 22:39:17 -03:00
AndersonTorres
b537eb29c0
Netsurf libwapcaplet: 0.4.2 -> 0.4.3
2020-09-28 22:39:17 -03:00
AndersonTorres
fc5cb71883
Netsurf libutf8proc: 2.4.0-1
2020-09-28 22:39:16 -03:00
AndersonTorres
91f818b2be
Netsurf libnsutils: 0.0.5 -> 0.1.0
2020-09-28 22:39:16 -03:00
AndersonTorres
88ef1ffe46
Netsurf libnspsl: 0.1.5 -> 0.1.6
2020-09-28 22:39:16 -03:00
AndersonTorres
d1e5d5012f
Netsurf libnslog: 0.1.2 -> 0.1.3
2020-09-28 22:39:16 -03:00
AndersonTorres
bf98c55b76
Netsurf libnsgif: 0.2.1 -> 0.2.1
2020-09-28 22:39:15 -03:00
AndersonTorres
b06a3b1fcb
Netsurf libnsbmp: 0.1.6 -> 0.1.6
2020-09-28 22:39:15 -03:00
AndersonTorres
0f845601f6
Netsurf libparserutils: 0.2.4 -> 0.2.4
...
Update metadata and maintain version
2020-09-28 22:39:15 -03:00
AndersonTorres
b055ec84fc
Netsurf buildysstem: 1.8 -> 1.9
2020-09-28 22:39:14 -03:00
Tobias Geerinckx-Rice
4df7006319
netsurf: remove dead package & dependencies
...
Not updated since 2009 (!), not working since 2013.
cc @marcweber
2016-01-06 01:46:16 +01:00
Tobias Geerinckx-Rice
b2d7f4b1ba
Use common licence attributes from lib/licenses.nix
...
Many (less easily automatically converted) old-style strings
remain.
Where there was any possible ambiguity about the exact version or
variant intended, nothing was changed. IANAL, nor a search robot.
Use `with stdenv.lib` wherever it makes sense.
2015-05-27 22:00:06 +02:00
Joachim Fasting
bf7ad2d84f
meta.description fixups
...
Mostly scripted substitutions with a couple of subjective enhancements.
2015-04-30 18:17:42 +02:00
Domen Kožar
9214859fd2
Revert "Mark many packages (mostly python) broken because of broken dependencies."
...
This reverts commit bf86758a42
.
See 71a9aa10ca25f5659a657d8910e11f36c3439a36
2015-02-25 09:23:31 +01:00
Peter Simons
bf86758a42
Mark many packages (mostly python) broken because of broken dependencies.
2015-02-23 14:06:24 +01:00
Vladimír Čunát
06c6d4696d
*: fix builds by disregarding warning from new glibc
...
Also, in case of collectd, the -lgcc_s shouldn't be needed anymore,
as the library is in ${glibc}/lib/ now, which is practically always on RPATH.
In case of seyren it was some stdenv change uncovering the mistake of
putting src into buildInputs.
2014-11-28 18:42:03 +01:00
Vladimír Čunát
a68c1adc35
*: fix builds by disregarding warning from new glibc
...
Says: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
CC: #4803 . There will likely appear more of these errors on Hydra in time.
2014-11-26 23:40:03 +01:00
Mateusz Kowalczyk
007f80c1d0
Turn more licenses into lib.licenses style
...
Should eval cleanly, as far as -A tarball tells me.
Relevant: issue #2999 , issue #739
2014-11-06 00:48:16 +00:00
Eelco Dolstra
8a7f3c3618
Mark a bunch of packages as broken or not supported on Darwin
2014-08-08 17:59:02 +02:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Eelco Dolstra
a0e21fd1ca
Mark more packages as broken
2013-11-04 21:11:00 +01:00
Eelco Dolstra
79725bb5bc
Mark some packages as low priority and disambiguate some others
2012-11-29 15:26:13 +01:00
Yury G. Kudryashov
03875e0bce
Make nixpkgs ready to gtkLibs attrset removal
...
svn path=/nixpkgs/trunk/; revision=33091
2012-03-14 22:44:41 +00:00
Marc Weber
f62924477e
fix hash of libCSS (netsurf browser)
...
svn path=/nixpkgs/trunk/; revision=18908
2009-12-12 00:20:29 +00:00
Marc Weber
5319704f80
removing old bleeding edge cruft replacing it by a niftier version using
...
source regions which are substituded by the tool nix-repository-manager.
See http://github.com/MarcWeber/nix-repository-manager/raw/master/README .
sourceByName is called sourceFromHead now.
updates: MPlayerTrunk, haxe, neko, netsurf, cinelerra, ctags
cinelerra does no longer build due to Xorg update
svn path=/nixpkgs/trunk/; revision=18894
2009-12-11 13:58:23 +00:00
Marc Weber
a7261348d8
Netsurf update
...
svn path=/nixpkgs/trunk/; revision=17978
2009-10-27 17:46:45 +00:00
Marc Weber
c28aeffc87
finally fixing netsurf
...
svn path=/nixpkgs/trunk/; revision=17328
2009-09-21 10:09:20 +00:00
Marc Weber
5478df996a
adding netsurf browser. No JavaScript yet
...
svn path=/nixpkgs/trunk/; revision=17077
2009-09-13 08:54:47 +00:00