Commit Graph
985906 Commits
Author SHA1 Message Date
Yohann BonifaceandGitHub 399894fbc0 python3Packages.utitools: 0.4.0 -> 0.5.0 (#511296) 2026-04-19 12:11:13 +00:00
Doron BeharandGitHub 898b52592a python3Packages.nox: 2026.02.09 -> 2026.04.10 (#511033) 2026-04-19 12:07:27 +00:00
Doron BeharandGitHub 8d19911bc5 python3Packages.hepunits: 2.4.4 -> 2.4.5 (#511158) 2026-04-19 12:06:56 +00:00
Sigmanificient e58fd79293 python3Packages.utitools: fix changelog 2026-04-19 14:06:20 +02:00
José Romildo MalaquiasandGitHub abb1a55789 sfwbar: fix SVG icon rendering via wrapGAppsHook3 (#511215) 2026-04-19 12:00:17 +00:00
r-vdp c6609fee1b neovim-unwrapped: keep test-only lua modules out of runtime closure
Since #509368 flipped doCheck to true, busted/coxpcall/penlight/etc.
are added to neovimLuaEnv, which sits in buildInputs and has its lib
path baked into bin/nvim. busted's wrapper references
luarocks_bootstrap, whose own wrapper carries cmake/zip/unzip on PATH,
so cmake (61M) ends up in neovim's runtime closure.

Split the lua package set: neovimLuaEnv (runtime, in buildInputs)
gets only lpeg/luabitop/mpack; the check-only modules go into
neovimLuaEnvOnBuild (LUA_PRG, build-time only). Add the build env to
disallowedRequisites so this can't regress.

Closure: 192M -> 94M.
2026-04-19 13:55:06 +02:00
Gergő GutyinaandGitHub 02ac6bd0d0 termscp: 0.19.1 -> 1.0.0 (#511279) 2026-04-19 11:44:10 +00:00
Cosima NeidahlandGitHub 87bdd15332 rcu: Drop OPNA2608 from meta.maintainers (#511360) 2026-04-19 11:41:21 +00:00
R. Ryantm cab006059b python3Packages.actron-neo-api: 0.5.1 -> 0.5.4 2026-04-19 11:36:18 +00:00
Doron Behar efda700bc2 texpresso: set strictDeps and split to buildInputs
Should have been done correctly in the init commit of it (#299168).
2026-04-19 14:29:14 +03:00
Will CohenandGitHub 2fe81bb868 binaryen: patch lld.py to match '64' on basename (#511193) 2026-04-19 11:27:49 +00:00
Alyssa RossandGitHub dcb12a204b linuxKernel.kernels.linux_zen: 6.19.11 -> 6.19.12 (#511349) 2026-04-19 11:26:23 +00:00
Alyssa RossandGitHub 7eefbb6e23 cyrus-sasl: fix Darwin build by setting -std=gnu17 (#511344) 2026-04-19 11:23:43 +00:00
r-vdp 024301e1b6 yazi: use ffmpeg-headless for video previews
The bundled video previewer only invokes `ffmpeg` and `ffprobe`
(yazi-plugin/preset/plugins/video.lua), never `ffplay`. The full
ffmpeg's `ffplay` links SDL, which transitively pulls in gtk3, gtk4,
zenity, gst-plugins-bad and flite.

Closure: 1.1G -> 494M.

Matches what comparable in-tree thumbnailers already do
(ffmpegthumbnailer, mcat, yt-dlp, navidrome).
2026-04-19 13:11:27 +02:00
KerstinandGitHub ca0b5779de canaille: 0.2.4 -> 0.2.7 (#511338) 2026-04-19 11:08:53 +00:00
FlameFlag fb1b954dab cyrus-sasl: fix Darwin build by setting -std=gnu17 on Clang
Refs: https://github.com/NixOS/nixpkgs/issues/511329
2026-04-19 14:01:59 +03:00
R. Ryantm 17fa447606 duckdb: 1.5.1 -> 1.5.2 2026-04-19 10:55:45 +00:00
nixpkgs-ci[bot]andGitHub 8ab14c42c4 postman: 11.89.0 -> 11.93.0 (#508431) 2026-04-19 10:54:56 +00:00
R. Ryantm 89ad9afe53 typora: 1.13.2 -> 1.13.4 2026-04-19 10:54:11 +00:00
FlameFlag 627c9c4781 gss: fix Darwin build by pinning autoconf269
The autoconf 2.73 update on staging-next broke gnulib's stdint.h
generation: the `GNULIBHEADERS_OVERRIDE_WINT_T` AC_SUBST variable ends
up empty in the generated Makefile, so sed substitutes it as the empty
string in `stdint.h` line 89 (from `stdint.in.h` line 88, plus the one
`DO NOT EDIT` header line the generator prepends), producing a bare
`#if` that fails to parse:

    In file included from strverscmp.c:25:
    ./stdint.h:89:5: error: expected value in expression
       89 | #if
          |     ^

Template line:
https://github.com/coreutils/gnulib/blob/0a01f6737dc5666c730bdfe6a038da53a4156cc2/lib/stdint.in.h#L88

A `CFLAGS=-std=gnu17` pin does not help: autoconf still reports C11
features as "none needed" (same as the previously-succeeding autoconf
2.72 build), yet the substitution is still empty

The nixpkgs gnulib pin (2024-10-01) is too old for this autoconf

Refs: https://github.com/NixOS/nixpkgs/issues/511329
2026-04-19 13:51:47 +03:00
OPNA2608 bf9fbbc715 rcu: Drop OPNA2608 from meta.maintainers
My support period expired, so I can't continue updating & maintaining new versions of this software.
2026-04-19 12:48:38 +02:00
Nikolay KorotkiyandGitHub 4fc4ba9fab langgraph-cli: 0.4.21 -> 0.4.23 (#511110) 2026-04-19 10:40:15 +00:00
Marcin SerwinandGitHub f1efd44ba7 ghostty: add missing GStreamer dependencies (#502010) 2026-04-19 10:39:57 +00:00
Nikolay KorotkiyandGitHub 9e2013c615 iroh-relay: 0.96.0 -> 0.98.0 (#511020) 2026-04-19 10:39:05 +00:00
r-vdp c0b1550760 uutils-coreutils: symlink multicall aliases to fix closure size
Upstream commit fb76aba95b35 changed the default LN from `ln -sf` to
`ln -f`, so each utility alias is now a hardlink to the 14 MiB
multicall binary. NAR serialization does not preserve hardlinks, so
every alias is stored and downloaded as a full copy, taking the
closure from ~61 MiB to ~1.5 GiB.

https://github.com/uutils/coreutils/commit/fb76aba95b35bf12b0175d67e4b10b2f9910c5df
2026-04-19 12:33:25 +02:00
R. Ryantm 3bb920fac8 python3Packages.photutils: 2.3.0 -> 3.0.0 2026-04-19 10:31:41 +00:00
nixpkgs-ci[bot]andGitHub 8ace7adfbf systemdgenie: 0.99.0-unstable-2026-03-07 -> 0.99.0-unstable-2026-04-16 (#506087) 2026-04-19 10:29:58 +00:00
Alyssa RossandGitHub 3ce8579ea5 twolame: fix Darwin build by setting -std=gnu17 (#511342) 2026-04-19 10:27:12 +00:00
jopejoe1 baf97485d9 llvm: make use of compound licenses 2026-04-19 12:25:57 +02:00
Alyssa RossandGitHub 5061c9a27e libtar: fix Darwin build by setting -std=gnu17 (#511340) 2026-04-19 10:25:24 +00:00
R. Ryantm f32b0250a6 linuxKernel.kernels.linux_zen: 6.19.11 -> 6.19.12 2026-04-19 10:23:51 +00:00
jopejoe1 dbdb37908f lib/tests: add tests for lib.licenses 2026-04-19 12:22:11 +02:00
jopejoe1 bb8e1c54e9 lib.licenses: add compound licenses 2026-04-19 12:22:11 +02:00
R. Ryantm a1e64ff70e sampo: 0.17.3 -> 0.17.4 2026-04-19 10:18:22 +00:00
FlameFlag 2870314a0d twolame: fix Darwin build by setting -std=gnu17
Refs: https://github.com/NixOS/nixpkgs/issues/511329
2026-04-19 13:13:03 +03:00
FlameFlag 6cb55fa549 libtar: fix Darwin build by setting -std=gnu17
The autoconf update on staging-next forces Clang into C23 mode, which
rejects K&R-style function declarations in compat/basename.c

Pin to gnu17 to restore the previous default

Refs: https://github.com/NixOS/nixpkgs/issues/511329
2026-04-19 13:09:40 +03:00
Alyssa RossandEmily 56ca1c308e qemu-user: update URL in comment
It seems they delete old versions, so let's just use master and hope
this stays current.

Co-authored-by: Emily <vcs@emily.moe>
Link: https://github.com/NixOS/nixpkgs/pull/502485/changes#r3005185252
2026-04-19 12:05:29 +02:00
Kerstin Humm 7da10ecc5d canaille: 0.2.4 -> 0.2.7
Changelog: https://gitlab.com/yaal/canaille/-/blob/0.2.7/CHANGES.rst
2026-04-19 12:05:12 +02:00
Alyssa RossandGitHub 601cd88557 llvm: fix version >=20 on armv6l (#511289) 2026-04-19 09:52:58 +00:00
Stefan Frijters a98a091c42 mate-panel-with-applets: fix buildInputs for structuredAttrs
Using forEach/map over selectedApplets we end up with nested lists of
their build inputs, but buildInputs should be one flat list.

If __structuredAttrs are enabled, this means the list array cannot be
exported to a bash array as-is and is an empty array instead.

Fix this by using concatMap instead.
2026-04-19 11:52:56 +02:00
nixpkgs-ci[bot]andGitHub 8291dc6648 beszel: 0.18.6 -> 0.18.7 (#511275) 2026-04-19 09:50:03 +00:00
Alyssa RossandGitHub 7251a763b7 lib/systems: fix incorrect CPU compatibility claims in isCompatible (#509796) 2026-04-19 09:44:23 +00:00
MarieandGitHub 360513ee2e victorialogs: 1.49.0 -> 1.50.0 (#511192) 2026-04-19 09:38:52 +00:00
Pascal Dietrich 70a747a8ab rgx: 0.10.2 -> 0.12.0 2026-04-19 11:37:58 +02:00
nixpkgs-ci[bot]andGitHub 50a1884f16 tpnote: 1.25.20 -> 1.26.0 (#511121) 2026-04-19 09:25:56 +00:00
R. Ryantm bbc75a2a6f python3Packages.flask-marshmallow: 1.4.0 -> 1.5.0 2026-04-19 09:16:18 +00:00
R. Ryantm 4dfc4176d4 pi-coding-agent: 0.66.1 -> 0.67.68 2026-04-19 09:00:03 +00:00
Vladimír Čunát f9981bbabf grpc: fixup build on darwin after update
This patch wouldn't apply since 8eed68037,
but apparently it's not needed anymore.
2026-04-19 10:59:08 +02:00
R. Ryantm 0aea095a0f sitelen-seli-kiwen: 2.0 -> 2.1 2026-04-19 08:31:08 +00:00
Felix BargfeldtandGitHub 8ef1cbaa94 cloudflare-cli: 5.1.2 -> 5.1.4 (#511305) 2026-04-19 08:30:09 +00:00