Commit Graph

1292 Commits

Author SHA1 Message Date
dish
96aa4941c0 nixos/forgejo: add age setting to automatic dump (#450761) 2025-10-20 14:20:09 +00:00
Luca A.
7bf1b4d04a nixos/forgejo: add age setting to automatic dump
Currently dump are added to the directory but not cleaned up.
This setting allows the user to customize the cleanup age of dumps.
2025-10-20 15:42:18 +02:00
Minijackson
4957a9976f jellyfin: 10.10.7 -> 10.11.0
adapt the test due to slower start and small API change
2025-10-20 09:57:03 +02:00
Seth Flynn
c217cdd3a2 moor: 1.33.0 -> 2.6.1
Diff: https://github.com/walles/moor/compare/v1.33.0...v2.6.1
Changelog: https://github.com/walles/moor/releases/tag/v2.6.1
2025-10-20 03:00:34 -04:00
nixpkgs-ci[bot]
25142485e0 Merge staging-next into staging 2025-10-20 06:07:25 +00:00
nixpkgs-ci[bot]
98a73a9815 Merge master into staging-next 2025-10-20 06:06:41 +00:00
Yohann Boniface
a2bf0a75b8 carla: remove gtk2 (#451314) 2025-10-20 00:33:45 +00:00
nixpkgs-ci[bot]
6c808af182 Merge staging-next into staging 2025-10-20 00:18:46 +00:00
nixpkgs-ci[bot]
001b29ce03 Merge master into staging-next 2025-10-20 00:18:01 +00:00
sternenseemann
2c9b970413 Merge branch staging-next into staging 2025-10-19 01:15:26 +02:00
nixpkgs-ci[bot]
197fb0a1cf Merge master into staging-next 2025-10-18 23:12:14 +00:00
Sebastián Zavala Villagómez
eae9d7a6b5 nixos/plasma6: check $XDG_CACHE_HOME before $HOME/.cache for ksycoca cache wipe
The previous implementation breaks if `$XDG_CACHE_HOME` is set to
anything other than what is expected, since KDE will now write the cache
there instead. Some users set `$XDG_CACHE_HOME` to something like
`$HOME/.local/cache` to de-clutter `$HOME`. In such case, the cache won't
be found and removed, which will cause the KDE runner to not be able to
launch anything. It will now work regardless.
2025-10-18 17:08:20 -04:00
d068328
e47455f51d Revert "stdenv: pURL implementation (#421125)"
This reverts commit 5427115670, reversing
changes made to 88ee2ac331.
2025-10-18 20:41:01 +00:00
Connor Baker
e09ce2868f config, fetchNpmDeps: add npmRegistryOverrides (#447451) 2025-10-18 05:00:56 +00:00
Jan Tojnar
a8b1837c9e webkitgtk_4_0: drop
libsoup 2 is unmaintained so WebkitGTK decided to drop support for it in next release in March 2026:
https://discourse.gnome.org/t/webkitgtk-is-removing-support-for-libsoup-2/31873

Since the package is security critical, we backport all updates to stable.
Let’s remove it before branch-off to avoid breaking stable when that version is backported.
2025-10-18 03:05:26 +02:00
nixpkgs-ci[bot]
a0b480d243 Merge staging-next into staging 2025-10-17 12:08:07 +00:00
nixpkgs-ci[bot]
6b636feba4 Merge master into staging-next 2025-10-17 12:07:13 +00:00
Alexander Bantyev
0f7b0e9eda release notes: add npmRegistryOverrides 2025-10-17 15:19:57 +04:00
Arian van Putten
5427115670 stdenv: pURL implementation (#421125) 2025-10-17 09:30:32 +00:00
Simon Hauser
ca7df24e03 mariadb: upgrade default from 10.11 to 11.4 2025-10-17 09:26:21 +02:00
Vladimír Čunát
2db716f768 Merge branch 'staging-next' into staging 2025-10-17 09:15:33 +02:00
nixpkgs-ci[bot]
a9cd171877 Merge master into staging-next 2025-10-17 00:16:42 +00:00
Yohann Boniface
c20d72c5d2 wayclip: 0.4.2 -> 0.5 (#446794) 2025-10-16 19:25:07 +00:00
nixpkgs-ci[bot]
42b74b1b7c Merge staging-next into staging 2025-10-16 12:08:01 +00:00
nixpkgs-ci[bot]
6bec4e9adf Merge master into staging-next 2025-10-16 12:07:21 +00:00
Doron Behar
18d2b60f01 asciidoctor-with-extensions: remove asciidoctor-mathematical extension
Fails to build:

https://github.com/asciidoctor-contrib/asciidoctor-mathematical/issues/131

And upstream seems inactive in general.
2025-10-16 13:30:32 +03:00
R. Ryantm
975db65ba6 wayclip: 0.4.2 -> 0.5 2025-10-15 21:08:22 -04:00
Emily
a0e48fec74 doc/rl-2511: announce projected x86_64-darwin deprecation
macOS 27 is going to drop Intel support, so we’re pre‐announcing
the inevitable so that people can prepare.

We already announced that we’re aligning our OS support policy with
Apple’s starting in 25.11, so it’s very unlikely that we could
justify making an exception to devote resources to `x86_64-darwin`
support in 28.11 and beyond, after Apple stop releasing security
updates for the platform.

However, the end of support in Nixpkgs may come sooner than that. Apple
have announced that [Rosetta 2 will be pared down] by macOS 28 to not
support emulation of arbitrary applications. We use `aarch64-darwin`
builder machines exclusively and rely on Rosetta 2 to build packages
for `x86_64-darwin`. As we try to keep the builders on the latest OS
versions, that would mean that we’d lose the ability to build for
`x86_64-darwin` around the release of 27.11, unless we held back on
updating the OS on the builders for a year.

[Rosetta 2 will be pared down]: https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment

Additionally, `x86_64-darwin` is the slowest system to build due to
our limited Mac builder resources and the emulation overhead. Dropping
support will more than double our effective `aarch64-darwin` build
capacity and benefit the whole project by reducing the bottleneck on
world rebuilds during `staging-next` cycles. It’s hard to find good
data on the relative market share, but the May 2025 [Steam Hardware
Survey] shows over 80% of their macOS users already being on Apple
Silicon. Therefore, I’d personally expect us to drop support by
26.11, given the trade‐off between the resources it will take to
continue supporting `x86_64-darwin` and the number of users it is
likely to benefit. (And I’m typing this on a Intel Mac myself…)

[Steam Hardware Survey]: https://store.steampowered.com/hwsurvey/processormfg/
2025-10-15 17:20:51 +01:00
Emily
c18a35bdb2 doc/rl-2511: move Darwin libc++ release note further down
This is less relevant to users than version support.
2025-10-15 16:44:09 +01:00
Wolfgang Walther
33735c24b9 Merge branch 'haskell-updates' into staging 2025-10-15 13:54:11 +02:00
Wolfgang Walther
1144a82de5 Merge commit '886babdb9c62195fd4def9f30f8f690758aea3fd' into haskell-updates 2025-10-15 11:23:02 +02:00
nixpkgs-ci[bot]
3834f731a1 Merge staging-next into staging 2025-10-15 06:34:32 +00:00
K900
f2166b5bff Merge remote-tracking branch 'origin/master' into staging-next 2025-10-15 09:27:11 +03:00
Radim Krčmář
af6fce2f37 sail-riscv: 0.7 -> 0.8
Thanks to improved runtime configuration, there is a single binary,
sail_riscv_sim, instead of a binary for each base architecture.

The zlib dependency actually got dropped in 0.7: fb6dd20fec53 ("Bump
required sail compiler version to 0.19 and remove zlib dependency")
2025-10-14 13:44:14 +02:00
nixpkgs-ci[bot]
0d00b8baac Merge cf2f6d331e into haskell-updates 2025-10-14 00:20:12 +00:00
nixpkgs-ci[bot]
c69dd11cb9 Merge staging-next into staging 2025-10-13 18:06:03 +00:00
nixpkgs-ci[bot]
f5c2101b71 Merge master into staging-next 2025-10-13 18:05:26 +00:00
Philip Taron
3aefc14aca lib.attrsets: remove deprecated names
- `lib.attrsets.cartesianProductOfSets` was deprecated in 228621e42d
- `lib.attrsets.zip` was deprecated in fcbc4fe9ff (2013!)
- `lib.attrsets.zipWithNames` was deprecated in 00127bef3f (2009!)

The time has come.
2025-10-13 09:09:59 -07:00
Philip Taron
db45f2b770 lib: remove mapAttrsFlatten after a year
It was deprecated in b9c51260d0.
2025-10-13 08:55:22 -07:00
K900
88aa4d3792 Merge remote-tracking branch 'origin/staging-next' into staging 2025-10-13 16:07:41 +03:00
nixpkgs-ci[bot]
bff70f3185 Merge master into staging-next 2025-10-13 12:07:07 +00:00
Maximilian Bosch
629a02dbb4 nixos/nextcloud: doc improvements, remove httpd parts from manual (#451407) 2025-10-13 10:11:39 +00:00
nixpkgs-ci[bot]
722f3ef97a Merge 72229b769b into haskell-updates 2025-10-13 00:22:19 +00:00
nixpkgs-ci[bot]
5cbc433bd4 Merge staging-next into staging 2025-10-12 22:10:26 +00:00
nixpkgs-ci[bot]
c1956e94be Merge master into staging-next 2025-10-12 22:09:48 +00:00
Maximilian Bosch
82e895c6e3 nixos/release-notes: add notes about Nextcloud
Use the same template as every year to guide people through the upgrade.

Also, put the stuff into the NixOS release notes: the only deployment
way for the package that we truly support is via the module. I think
this shows again what a remarkably bad idea this separation is IMHO.
2025-10-12 19:24:56 +02:00
Sigmanificient
0a58c86f1e deadbeef: remove gtk2 2025-10-12 13:50:19 +02:00
Sigmanificient
ecc27744a8 carla: remove gtk2 2025-10-12 13:46:29 +02:00
nixpkgs-ci[bot]
c2feefdd71 Merge fc430b0bdf into haskell-updates 2025-10-11 00:19:32 +00:00
nixpkgs-ci[bot]
56806cd8a1 Merge staging-next into staging 2025-10-11 00:16:05 +00:00