Commit Graph
981617 Commits
Author SHA1 Message Date
Felix BühlerandGitHub b2a6b07234 mediaelch-qt5: fix build (#509174) 2026-04-12 21:35:07 +00:00
R. Ryantm 465c4687aa vscode-extensions.james-yu.latex-workshop: 10.13.1 -> 10.14.1 2026-04-12 21:31:57 +00:00
Sam 5dc59002fd python312Packages.mobi: exclude standard-imghdr to fix build
Our `standard-*` packages are set up to be null on the Python versions
that still include the corresponding module in the standard library.
However, since mobi depends on standard-imghdr unconditionally, using
the package on versions of Python that still have imghdr in the standard
library fails to build due to the following sequence of steps:

1. Something calls `python312Packages.mobi`.
2. `standard-imghdr` in the dependencies resolves to `null`, since
   `imghdr` is still in the standard library on Python 3.12 and we have
   the `standard-imghdr` package set to be null on versions of Python
   where `imghdr` is in the standard library.
3. `pythonRuntimeDepsCheck` runs.
4. `pythonRuntimeDepsCheck` sees `Requires-Dist: standard-imghdr` in
   mobi's distinfo metadata and checks whether the package is installed.
5. It is not, so the runtime deps check fails the build.

We solve this issue by removing `standard-imghdr` from the list of
dependencies on versions of Python where the package is set to `null`
(those versions that have `imghdr` in the standard library). The package
continues to work because it will transparently import the standard
library version of `imghdr`.
2026-04-12 14:27:13 -07:00
Matthieu CoudronandGitHub fbc6a6cc99 neovim-unwrapped: enable treesitter tests (#509368) 2026-04-12 21:25:45 +00:00
SandroandGitHub 6af169c85b peco: 0.5.11 -> 0.6.0 (#507914) 2026-04-12 21:19:11 +00:00
R. Ryantm 0786ca530c qownnotes: 26.4.4 -> 26.4.11 2026-04-12 21:16:17 +00:00
Martin WeineltandGitHub 0a68631039 Revert "nixos/network-interfaces: remove network-setup" (#509378) 2026-04-12 21:15:20 +00:00
SandroandGitHub b6990c305b gource: 0.55 -> 0.56 (#500980) 2026-04-12 21:12:07 +00:00
R. Ryantm fb249ab390 flood: 4.13.0 -> 4.13.9 2026-04-12 21:05:04 +00:00
Will Fancher 85a509502d Revert #481473 "nixos/network-interfaces: remove network-setup"
Reverts #481473, fixes #509254

Turns out this breaks scripted networking with systemd stage 1. Even
if we assumed that systemd stage 1 wasn't now the default, I still
think that makes this worthy of a revert, in the absence of a fix. But
now that systemd stage 1 is the default, this is also a channel
blocker.

The problem is that wantedBy = [ "foo.device" ]; doesn't work as
hoped. If the device appears in stage 1, then the systemd device unit
becomes active in stage 1 without pulling in any dependency for
configuring it (because that only exists in stage 2). When we
transition to stage 2, systemd maintains its information about unit
state between stages and remembers that the device units were already
active. They do not become reactivated, and consequently their new
stage 2 dependencies do not get pulled in.

The fix is probably to do this with SYSTEMD_WANTS= in udev rules,
rather than with wantedBy. The udev rules will re-fire during stage 2,
though I'm not 100% clear on exactly which events that includes
(e.g. if we'll get new add events or if we need to look for a
different ACTION or anything like that). This is going to require some
experimentation and testing that I don't have time for today.

Given that this is addressing a channel blocker, I think this revert
should be merged if a fix can't be merged instead before the next
unstable-small eval. In either case, staging-nixos should be merged to
master right after.
2026-04-12 17:03:36 -04:00
nixpkgs-ci[bot]andGitHub 54062fd72b liteparse: 1.4.4 -> 1.4.6 (#509044) 2026-04-12 21:01:23 +00:00
kirillrdyandGitHub 754b55e964 python3Packages.mwxml: 0.3.6 -> 0.3.8 (#509316) 2026-04-12 20:47:06 +00:00
R. Ryantm 058bc2d165 python3Packages.aioesphomeapi: 44.9.0 -> 44.13.3 2026-04-12 20:46:07 +00:00
R. Ryantm 219c4e5b4a cargo-binstall: 1.17.9 -> 1.18.0 2026-04-12 20:45:59 +00:00
R. Ryantm cc4c73ecfa cargo-crev: 0.26.5 -> 0.27.1 2026-04-12 20:43:03 +00:00
R. Ryantm 58d94653f2 cloudfox: 2.0.1 -> 2.0.2 2026-04-12 20:41:41 +00:00
Austin HorstmanandGitHub 7df180f098 teams-for-linux: 2.7.13 -> 2.8.0 (#509104) 2026-04-12 20:41:18 +00:00
Luna NovaandGitHub 6cceecfd3b zluda: 6-preview.55 -> 6-preview.63 (#509043) 2026-04-12 20:37:04 +00:00
Sergei Trofimovich 77e9049646 htop: 3.4.1 -> 3.5.0
Changes: https://github.com/htop-dev/htop/blob/3.5.0/ChangeLog
2026-04-12 21:35:13 +01:00
R. RyantmandAustin Horstman ae51975173 teams-for-linux: 2.7.13 -> 2.8.0 2026-04-12 15:34:28 -05:00
Gaétan LepageandGitHub 72254f51fb python3Packages.llguidance: 1.7.0 -> 1.7.2 (#509257) 2026-04-12 20:34:17 +00:00
kirillrdyandGitHub d94575f5bc python3Packages.skytemple-files: cleanup, fix (#509125) 2026-04-12 20:28:34 +00:00
0x4A6FandGitHub 167e356e27 czkawka: Add Krokiet .desktop, icon and metainfo (#503126) 2026-04-12 20:23:50 +00:00
teto 1d4bf65238 neovim-unwrapped: enable treesitter tests
The full `functionaltest` fails for various reasons. 
We dont have to run all of it but we can try enabling some of it,
starting with the treesitter tests.
Right now removing the treesitter parsers trigger no error so it's easy
to either not see an error in their installation of a version mismatch.
Running the tests should help mitigate this shortcoming.
2026-04-12 22:22:46 +02:00
dishandGitHub 5bad317a5f slidev-cli: 52.14.1 -> 52.14.2 (#509342) 2026-04-12 20:18:53 +00:00
kirillrdyandGitHub 8aeac5978c onnx: 1.20.1 -> 1.21.0 (#504718) 2026-04-12 20:14:48 +00:00
Wulpey 77b90c2e17 python3Packages.ossapi: use finalAttrs 2026-04-12 23:13:07 +03:00
Wulpey 94ac7d2842 python3Packages.ossapi: 5.3.2 -> 5.3.4 2026-04-12 23:13:07 +03:00
Cosima NeidahlandGitHub 3e55c89bf4 release-cross: Add fd to common (#500468) 2026-04-12 20:11:56 +00:00
Pol DellaieraandGitHub 3cfa3b56bc nixos/drupal: change state directory modules and themes symlinks (#508729) 2026-04-12 20:10:14 +00:00
R. Ryantm ec5cd4a2ce vscode-extensions.ms-vsliveshare.vsliveshare: 1.1.119 -> 1.1.122 2026-04-12 20:09:34 +00:00
R. Ryantm 1b73d57a6a python3Packages.manifestoo-core: 1.15 -> 1.15.1 2026-04-12 20:08:56 +00:00
SandroandGitHub be20e3ef2a platformio-chrootenv: add cmake, ninja, wheel, virtualenv (#508179) 2026-04-12 20:07:58 +00:00
nixpkgs-ci[bot]andGitHub f90531de76 filebrowser: 2.62.2 -> 2.63.2 (#509244) 2026-04-12 20:06:16 +00:00
Thomas GerbetandGitHub 84ea8adf8f open5gs: 2.7.6 -> 2.7.7 (#505276) 2026-04-12 20:03:25 +00:00
R. Ryantm adccbb0bcf flowblade: 2.24 -> 2.24.1 2026-04-12 19:56:48 +00:00
Gaétan LepageandGitHub bc0b0c41cf vimPlugins.git-dev-nvim: init at 0.11.0-unstable-2026-04-11 (#509325) 2026-04-12 19:55:05 +00:00
Gaétan LepageandGitHub 0496463b82 vimPlugins.zen-nvim: init at 0-unstable-2026-04-12 (#509271) 2026-04-12 19:53:12 +00:00
R. Ryantm 9240373d7d androidStudioPackages.canary: 2025.3.4.3 -> 2025.3.4.4 2026-04-12 19:53:08 +00:00
R. Ryantm 45f86eec6f open-policy-agent: 1.15.1 -> 1.15.2 2026-04-12 19:51:14 +00:00
R. RyantmandGaetan Lepage d5f00d36a7 python3Packages.mwxml: 0.3.6 -> 0.3.8 2026-04-12 19:48:03 +00:00
Thomas GerbetandGitHub eeb66218ac log4cxx: 1.6.1 -> 1.7.0 (#506623) 2026-04-12 19:41:44 +00:00
Gaetan Lepage fc26589de9 python3Packages.para: cleanup, disable tests on python>=3.14 2026-04-12 19:38:05 +00:00
R. Ryantm 1e7184f71c kubecolor: 0.5.3 -> 0.6.0 2026-04-12 19:37:49 +00:00
Lin Jian 9720173123 emacs: update vendored patch for Emacs bug#77143 and bug#80744
This update is not needed for elisp packages in Nixpkgs, but it may be
useful for user-defined elisp packages.
2026-04-13 03:35:43 +08:00
Lin Jian 9d10842ede emacs.pkgs.p4-16-mode: remove unneeded override
This is not needed because we vendor fixes for Emacs bug#77143 and
bug#80744 in elpa2nix.el.
2026-04-13 03:35:43 +08:00
Thiago Kenji Okada f7afb1dc30 sdformat: init at 0.2.0 2026-04-12 20:35:10 +01:00
Martin WeineltandGitHub 0a609f30ca nixos/dovecot: add settings option (RFC42), redux (#500271) 2026-04-12 19:30:13 +00:00
nixpkgs-ci[bot]andGitHub 191282a046 tuxbox: 3.1.0 -> 3.1.1 (#509189) 2026-04-12 19:26:35 +00:00
Michal Nazarewicz 1e899f1972 urxvt-tabbedex: 22.32 → 26.16.1
Release notes:
* https://github.com/mina86/urxvt-tabbedex/releases/tag/v26.16.1
* https://github.com/mina86/urxvt-tabbedex/releases/tag/v26.16
* https://github.com/mina86/urxvt-tabbedex/releases/tag/v26.15
* https://github.com/mina86/urxvt-tabbedex/releases/tag/v26.09

TL;DR: Spurious border which can appear in some cases has been fixed,
window sizing has been improved, and `tabbed.tabbedex-rs-prefix` is no
longer respected (all resources must now use `tabbedex` as prefix).
2026-04-12 21:21:47 +02:00