Commit Graph

6094 Commits

Author SHA1 Message Date
Rémi NICOLE
0e27c20732 doc/release-notes/rl-2511.section.md: Add note about changed powerpc64-linux glibc ELF ABI default (#455549) 2025-10-26 17:11:44 +00:00
Yueh-Shun Li
b5b26aec86 doc: fix documentation about fetchurl nativeBuildInputs 2025-10-26 23:47:31 +08:00
K900
c1f2e30990 Merge remote-tracking branch 'origin/staging-next' into staging 2025-10-26 16:51:01 +03:00
Maximilian Bosch
4404f98361 linux: low-hanging fruits / cleanups (#448835) 2025-10-26 10:28:12 +00:00
OPNA2608
56177afcb2 doc/release-notes/rl-2511.section.md: Add note about changed powerpc64-linux glibc ELF ABI default 2025-10-26 11:11:10 +01:00
Weijia Wang
a75b4b8372 ugrep: add optional wrapping with filter utils; add optional gnugrep replacement symlinks (#443087) 2025-10-26 07:55:27 +00:00
nixpkgs-ci[bot]
9c3c785b9e Merge staging-next into staging 2025-10-26 00:19:00 +00:00
Johannes Kirschbauer
8c222f2fc7 treewide: remove deprecated lib functions that had warning for more than 2 years (#454377) 2025-10-25 20:35:54 +00:00
nixpkgs-ci[bot]
bdd7e6196e Merge staging-next into staging 2025-10-25 18:05:58 +00:00
dish
09cdeb36eb doc: add warnings to Jellyfin warning in 25.11 release notes (#455289) 2025-10-25 15:59:13 +00:00
nixpkgs-ci[bot]
584512ec5c Merge staging-next into staging 2025-10-25 12:06:42 +00:00
K900
0b0c249f09 Merge remote-tracking branch 'origin/staging-next' into staging 2025-10-25 10:00:19 +03:00
éclairevoyant
1fec77ff03 waydroid-nftables: init 2025-10-24 19:49:35 -04:00
Minijackson
b56dc8916f doc: add warnings to Jellyfin warning in 25.11 release notes 2025-10-24 18:25:24 +02:00
Maximilian Bosch
1965f3c77d linux: manual-config.nix -> build.nix
Since I started touching this subsystem, I found the name confusing
since this is the part where we actually compile the kernel and we have
a ready-to-use configuration.

The stated goal of the commit introducing it[1] is to provide a function
to

> make it possible to build a kernel with a user provided .config.

Considering that this is supposed to be a differentiation from other
build mechanisms and nowadays this is the only way to build kernels in
nixpkgs, I figured that `build.nix` is a better name.

`pkgs.linuxManualConfig` isn't renamed on purpose: Kloenk and I are
planning to do more involved work and it may become necessary to change
parts of the API. So asking users to do a migration now just to add
another one soon isn't worth it.

[1] bf7467cbb1
2025-10-24 18:06:29 +02:00
Yueh-Shun Li
dee46cb09b Enable stdenv customization through (buildPython*.override { inherit stdenv; }) (#271762) 2025-10-24 15:11:13 +00:00
Wolfgang Walther
4dd2f20130 Merge staging-next into staging 2025-10-24 09:27:24 +02:00
Aliaksandr
dc7095a86e treewide: remove deprecated lib functions that had warning for more than 2 years 2025-10-24 06:30:16 +03:00
dish
ed5187e040 jellyfin{,-web}: 10.10.7 -> 10.11.0 (#453777) 2025-10-24 01:28:38 +00:00
Emily
c02897312c doc: remove 11 year old docs (#435857) 2025-10-23 17:55:38 +00:00
Leona Maroni
acb533b139 rabbitmq-server: 4.0.9 -> 4.1.4 2025-10-23 16:23:19 +02:00
Yueh-Shun Li
3a4c37457b doc: document buildPython* stdenv overriding via <function>.override 2025-10-23 14:55:00 +08:00
nixpkgs-ci[bot]
e5545080a0 Merge staging-next into staging 2025-10-23 06:07:20 +00:00
Seth Flynn
3a3f5287d6 rl-2511: Move entries from incorrect sections (#454570) 2025-10-23 04:34:48 +00:00
Masum Reza
a9440ea002 android-udev-rules: drop (#454366) 2025-10-23 03:25:24 +00:00
gileri
eb9864bdd0 opensoldat: unstable-2022-07-02 -> unstable-2025-10-21 2025-10-22 22:21:53 +02:00
Connor Baker
4252ef54c2 doc: update CUDA section
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:51 -07:00
Connor Baker
ba2fa45461 _cuda.lib.allowUnfreeCudaPredicate: derive from _cuda.lib.licenses
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:22 -07:00
K900
5cb3e47242 Merge remote-tracking branch 'origin/staging-next' into staging 2025-10-22 21:22:37 +03:00
Sebastián Zavala Villagómez
faf2de0683 ugrep: add optional filter utils wrapping & gnugrep replacement symlinks
The `ugrep+` and `ug+` commands are the same as the
`ugrep` and `ug` commands, but also use filters to
search PDFs, documents, e-books, image metadata,
when these filter tools are present:
- pdftotext
- antiword
- pandoc
- exiftool

`ugrep+` and `ug+` can now be wrapped to make those
utils accessible without the need for users to clutter
their environments through installing them. This is
opt-in with the `wrapWithFilterUtils` flag since these
packages grow the closure size massively.

A `createGrepReplacementLinks` flag was also added to
optionally create symlinks to serve as `gnugrep` drop-in
replacements. This works just like with `coreutils`. We
ensure that these variants beat `gnugrep`'s priority value
so `ugrep` wins when building `system-path` with `buildEnv`.
2025-10-22 13:13:41 -04:00
Philip Taron
eeff8b4df0 julec.hook: init (#452762) 2025-10-22 15:20:54 +00:00
dish
3d00669140 rl-2511: Move entries from incorrect sections 2025-10-22 11:05:06 -04:00
adam
155bcc6866 julec.hook: init
Co-authored-by: philiptaron <philip.taron@gmail.com>
2025-10-22 17:02:54 +02:00
Johannes Kirschbauer
43b77e1457 lib/cli: add toCommandLine (#404233) 2025-10-22 14:45:00 +00:00
Vladimír Čunát
d560d72dd2 Merge branch 'master' into staging 2025-10-22 08:47:06 +02:00
Mathew Polzin
0a96514417 idris2: Move to by-name, clean-up, add withPackages helper, make unwrapped compiler (#445120) 2025-10-22 01:05:37 +00:00
Seth Flynn
395d77dede moar: 1.33.0 -> 2.6.1, rename to moor, modernize (#435670) 2025-10-22 00:35:44 +00:00
nixpkgs-ci[bot]
c17f995873 Merge staging-next into staging 2025-10-22 00:17:44 +00:00
Tim Schumacher
c06ad375eb android-udev-rules: drop
As of systemd 258 adb and fastboot connections are handled by a built-in
uaccess rule, so a dedicated package with hardcoded ID-based udev rules
is no longer needed.

Drop the android-udev-rules package and related mentions of the adbusers
group, which is also no longer used.
2025-10-22 00:13:25 +02:00
Lukas Wurzinger
1f4c50ab81 lib/cli: deprecate toGNUCommandLine 2025-10-21 21:01:38 +02:00
Lukas Wurzinger
73e8a483e6 lib/cli: add toCommandLine 2025-10-21 21:01:32 +02:00
Joel Holdsworth
a003bc7c60 dockerTools: Replace bashInteractive with bash
bash has been interactive by default since this PR [1] was merged. This
commit simplifies dockerTools given that there is now no distinction
between bash and bashInteractive.

  * [1] https://github.com/NixOS/nixpkgs/pull/379368

Co-authored-by: commiterate <111539270+commiterate@users.noreply.github.com>
Signed-off-by: Joel Holdsworth <joel@airwebreathe.org.uk>
2025-10-21 09:53:38 -07:00
Ross Smyth
efa5600771 docs: Add to docs and release notes 2025-10-21 12:47:02 -04:00
K900
36dba6e1cc qt6.wrapQtAppsHook: don't include qtwayland
The base windowing integration for Wayland lives in qtbase now,
and qtwayland only provides libadwaita decorations, which are
only relevant on GNOME-likes without server-side decoration support,
and should probably be installed by the appropriate modules.
2025-10-21 16:20:17 +03:00
Aliaksandr
def801fb09 lib: deprecate mkAliasOptionModuleMD 2025-10-21 16:00:52 +03:00
nixpkgs-ci[bot]
ac9a250ff1 Merge staging-next into staging 2025-10-21 12:08:24 +00:00
K900
f3d874fb9d qt6.full: drop 2025-10-21 13:23:24 +03:00
Niklas Korz
cab0f8f3a1 python3Package.duckduckgo-search: drop (#453344) 2025-10-21 09:19:24 +00:00
nixpkgs-ci[bot]
1fbf381e95 Merge staging-next into staging 2025-10-21 06:07:02 +00:00
nixpkgs-ci[bot]
65a2cad20c Merge master into staging-next 2025-10-21 06:06:18 +00:00