Commit Graph

5063 Commits

Author SHA1 Message Date
Stefan Frijters
047959fb86 gnused: enable strictDeps, enable structuredAttrs, modernize (#548571) 2026-08-14 19:39:12 +00:00
Stefan Frijters
8e1d4e81b4 gnused: enable structuredAttrs, use finalAttrs, hash 2026-08-14 14:46:54 +02:00
Sandro
dbd73072be gawk: modernize a bit (#531819) 2026-08-10 20:50:03 +00:00
Guy Chronister
215c1dafef highlight: migrate to by-name
Assisted-by: Cursor Composer 2.5
2026-08-07 18:13:56 +02:00
Guy Chronister
5d7999dd6b highlight: refactor derivation, remove lua5 alias
Assisted-by: Cursor Composer 2.5
2026-08-07 18:13:56 +02:00
Stefan Frijters
5340074374 gnused: enable strictDeps 2026-08-02 23:15:29 +02:00
Ben Siraphob
f7379a5aec pkgs/tools: fix typos
Assisted-by: Claude Code (claude-opus-5)
2026-08-02 11:15:27 -07:00
SandaruKasa
d588d92eef gawk: __structuredAttrs & enableParallelBuilding
`nix store make-content-addressed` gives the same output
before and after this change.
2026-07-31 01:26:31 +03:00
SandaruKasa
106695500c gawk: finalAttrs
does not change the eval
2026-07-31 01:26:31 +03:00
Sandro Jäckel
60bf249d13 nltk-data: 0-unstable-2024-07-29 -> 0-unstable-2026-07-01
Diff: cfe82914f3...550b6625bc
2026-07-23 21:48:08 +02:00
nixpkgs-ci[bot]
38a259e13b Merge master into staging-next 2026-07-16 18:25:16 +00:00
Michael Daniels
dd7af89e2f Merge branch 'master' into staging-next 2026-07-15 19:33:27 -04:00
pancaek
b1f7477150 gnugrep: move to by-name/ 2026-07-15 13:56:59 -07:00
K900
1cb2e8437a Merge remote-tracking branch 'origin/master' into staging-next 2026-07-15 21:31:19 +03:00
Jo
134518cebe treewide: avoid using singleton lists for licenses (#535754) 2026-07-15 18:25:37 +00:00
Eman Resu
ff094f60ad treewide: replace more singleton license lists 2026-07-15 14:04:39 -04:00
whispers
63d29caff2 gawk: apply upstream patch for bug when building without gmp/mpfr
when using gawk 5.4.1 without gmp and mpfr, some alignment is broken in
a NODE struct. this causes build failures in downstream packages such
as `libpng` and `gcc16`. a discussion of the latter occurred on
bug-gawk (https://lists.gnu.org/archive/html/bug-gawk/2026-07/msg00013.html)
where the issue was found and pushed to the relevant branch, but has not
been released. accordingly, we fetch (manually, since fetchpatch
infrecs) the patch from the savannah gitweb. this fixes `libpng` and
`gcc16`.
2026-07-14 16:54:24 -04:00
whispers
293df3a7b1 Reapply "gawk: 5.4.0 -> 5.4.1"
This reverts commit 4169bd4063.
2026-07-14 16:54:24 -04:00
Martin Weinelt
4169bd4063 Revert "gawk: 5.4.0 -> 5.4.1"
This reverts commit 1488f541dc.

Breaks at least gcc16 and libpng.
2026-07-14 21:50:06 +02:00
pancaek
66bab6662e gnupatch: move to by-name/ 2026-07-12 18:40:54 -07:00
R. Ryantm
1488f541dc gawk: 5.4.0 -> 5.4.1 2026-07-10 00:38:47 +00:00
nixpkgs-ci[bot]
c4c9ab3a7d Merge master into staging-next 2026-07-01 00:47:18 +00:00
Peder Bergebakken Sundt
187bcb79e4 various: migrate to by-name (#529731) 2026-06-30 19:51:27 +00:00
Michael Daniels
83c65a6c34 gnupatch: disable flaky test
Fixes #525260

(cherry picked from commit 64ae7d0e37)
(cherry picked from commit cebcbaab7a)
2026-06-22 08:19:28 +02:00
Grayson Tinker
50f2a13e49 mir-qualia: migrate to by-name 2026-06-15 21:46:37 -07:00
Michael Daniels
f8bf7448bf gnupatch: enable strictDeps (#531562) 2026-06-14 16:26:18 +00:00
Colin
c1b74a6831 gnupatch: enable strictDeps
part of <https://github.com/NixOS/nixpkgs/issues/178468>.

the output is bit-for-bit identical before and after this change
(tested both x86_64-linux `pkgs.gnupatch` and `pkgsMusl.gnupatch`).
2026-06-14 05:48:10 +00:00
SandaruKasa
811bd13927 diffutils: move to by-name
Also drop diffutils from the `inherit (prevStage)` overrides in
pkgs/stdenv/linux/default.nix. Once the package lives in pkgs/by-name,
that pin gives the top-level `diffutils` attribute a source location
even though it is defined via `_internalCallByNamePackageFile`, which
nixpkgs-vet rejects (NPV-102). Dropping the pin lets the by-name
auto-definition stand on its own, at the cost of no longer reusing the
bootstrap-stage build (a stdenv-class rebuild, hence staging).

Co-authored-by: Philip Taron <philip.taron@gmail.com>
Assisted-by: Claude Code (claude-opus-4-8)
2026-06-10 13:55:14 -07:00
Vladimír Čunát
bf9672a36c gnused: 4.9 -> 4.10 (#512368) 2026-06-05 11:30:44 +00:00
nixpkgs-ci[bot]
5b2f924eeb Merge staging-next into staging 2026-06-02 19:15:57 +00:00
Robert Schütz
ebacc39658 Revert "highlight: backport crash fix"
This reverts commit 3b55193837 because the
patch was included in highlight 4.20.
2026-06-02 09:40:16 -07:00
nixpkgs-ci[bot]
a6958f7080 Merge staging-next into staging 2026-06-01 07:48:31 +00:00
dotlambda
f7fab756f1 highlight: 4.19 -> 4.20 (#523647) 2026-06-01 04:20:47 +00:00
Michael Daniels
64ae7d0e37 gnupatch: disable flaky test
Fixes #525260
2026-05-29 21:36:17 -04:00
Yohann Boniface
a2df343961 multitran.libmtquery: move env variable into env for structuredAttrs (#524009) 2026-05-25 13:55:55 +00:00
Stefan Frijters
2cf1a63a37 multitran.libmtquery: move env variable into env for structuredAttrs 2026-05-25 15:04:28 +02:00
Alyssa Ross
2372255a5b highlight: backport crash fix (#520376) 2026-05-25 11:25:40 +00:00
R. Ryantm
89cdd4c6ea highlight: 4.19 -> 4.20 2026-05-24 14:57:49 +00:00
liberodark
74c17aeac8 treewide: move to by-name part 4 2026-05-21 14:19:59 +02:00
Michael Daniels
9d473bc4af various: remove unused arguments, use finalAttrs (#518844) 2026-05-17 14:36:32 +00:00
Alyssa Ross
3b55193837 highlight: backport crash fix
Caused my public-inbox-httpd to crash when highlighting a shell
script.

Link: https://gitlab.com/saalen/highlight/-/work_items/261
2026-05-15 11:25:49 +02:00
Alyssa Ross
54458ff8ca highlight: 4.18 -> 4.19 (#494018) 2026-05-15 08:38:05 +00:00
Michael Daniels
1f0ada01dc gnupatch: rm unused argument 2026-05-10 16:49:28 -04:00
R. Ryantm
f20fda6d42 gnused: 4.9 -> 4.10 2026-04-22 12:28:28 +00:00
Michael Daniels
9dc3433798 gawk: 5.3.2 -> 5.4.0 (#494392) 2026-03-22 22:02:49 +00:00
Silvan Mosberger
9ae65c847f teams/security-review: init and add as maintainer (#496902) 2026-03-13 18:41:21 +00:00
Alexander Bantyev
2839911e81 various: add security-review team as a maintainer
Adds the @NixOS/security-review team as a maintainer to multiple
packages deemed to be important security-wise.

For the motivation of the package list, see:
https://github.com/NixOS/nixpkgs/issues/494349#issuecomment-4005099033
2026-03-05 15:19:44 +01:00
Lisanna Dettwyler
c4bffd6473 patchutils: use https for sources
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
2026-03-04 13:45:28 -05:00
Sandro
b4d0b0a07c patchutils: enable and fix strictDeps (#485444) 2026-02-28 22:08:54 +00:00
Janne Heß
fb11607cf5 gawk: 5.3.2 -> 5.4.0
Closes https://github.com/NixOS/nixpkgs/issues/493667
2026-02-26 15:42:39 +01:00