Commit Graph

63 Commits

Author SHA1 Message Date
Anderson Torres
0cd95a61f3 netsurf.browser: rewrite 2023-08-01 10:04:14 +00:00
Anderson Torres
84f2d4c55e netsurf.nsgenbind: rewrite 2023-08-01 10:04:14 +00:00
Anderson Torres
ab1e456470 netsurf.libwapcaplet: rewrite 2023-08-01 10:04:14 +00:00
Anderson Torres
f9ba74eb84 netsurf.libutf8proc: rewrite 2023-08-01 10:04:14 +00:00
Anderson Torres
7481369b32 netsurf.libsvgtiny: rewrite 2023-08-01 10:04:14 +00:00
Anderson Torres
c69f48cbe4 netsurf.libparserutils: rewrite 2023-08-01 10:04:14 +00:00
Anderson Torres
1cfc288a9d netsurf.libnsutils: rewrite 2023-08-01 10:04:14 +00:00
Anderson Torres
d3a897ce7b netsurf.libnspsl: rewrite 2023-08-01 10:04:14 +00:00
Anderson Torres
833160293d netsurf.libnslog: rewrite 2023-08-01 10:04:14 +00:00
Anderson Torres
87f1a6779d netsurf.libnsgif: rewrite 2023-08-01 10:04:14 +00:00
Anderson Torres
fac9f0f2bc netsurf.libnsfb: rewrite 2023-08-01 10:04:14 +00:00
Anderson Torres
7532dba814 netsurf.libnsbmp: rewrite 2023-08-01 10:04:14 +00:00
Anderson Torres
0146466534 netsurf.libhubbub: rewrite 2023-08-01 10:04:14 +00:00
Anderson Torres
122e4d2668 netsurf.libdom: rewrite 2023-08-01 10:04:14 +00:00
Anderson Torres
3c69727d69 netsurf.libcss: rewrite 2023-08-01 10:04:14 +00:00
Anderson Torres
4da2dd2537 netsurf.buildsystem: remove samueldr from meta.maintainers
By personal request.
2023-08-01 10:04:14 +00:00
Anderson Torres
69533f6043 netsurf.buildsystem: rewrite 2023-08-01 10:04:14 +00:00
Anderson Torres
f048ac137f netsurf: rewrite
To make the expression more clean and modern.
2023-08-01 10:04:14 +00:00
Anderson Torres
030420030d netsurf.browser: add the infamous -fcommon compiler flag 2023-07-22 09:55:09 -03:00
Artturin
6b2a05e190 treewide: manual fixups for
treewide: use toString on list NIX_CFLAGS_COMPILE
treewide: move NIX_CFLAGS_COMPILE to the env attrset
2023-02-22 21:23:04 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Markus S. Wamser
c9d167f174 pkgs.applications: remove unused args 2022-10-12 16:00:16 +02:00
Artturin
da9a9a4404 treewide: cross fixes 2022-09-07 21:20:54 +03:00
AndersonTorres
2d70de92f3 netsurf.libutf8proc: fix URL 2022-05-14 18:45:35 -03:00
AndersonTorres
cf0f19b85b netsurf.libnsutils: fix URL 2022-05-14 17:30:44 -03:00
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