Commit Graph
796888 Commits
Author SHA1 Message Date
natsukium eaebf83dc0 python3Packages.pytest-recording: refactor 2025-05-11 12:33:44 +09:00
R. Ryantm 321edb4ae0 python3Packages.pytest-recording: 0.13.2 -> 0.13.4 2025-05-08 19:38:28 +00:00
SomeoneandGitHub 2cd2decd3a cuda-modules: fix sort predicate stability (#368366) 2025-05-08 17:50:50 +00:00
Pol DellaieraandGitHub 2abffec4b6 open-webui: 0.6.6 -> 0.6.7 (#405302) 2025-05-08 17:35:44 +00:00
Sergei TrofimovichandSomeoneSerge 9fd753ea84 cuda-modules: fix sort predicate stability
Incorrect sorting predicate was found as part of
https://github.com/NixOS/nix/issues/12106 where `nix` was crashing on
the code like:

    $ nix eval --expr 'builtins.sort (a: b: true) [ 1 2 3 ]'
    ...
    Aborted (core dumped)

Note: the crash happens here because sorting predicate does not
implement `isLess` and triggers assertion failures for
`std::stable_sort` that backs `builtins.sort`.

THe change restore `isLess` semantic for `preferable`.
2025-05-08 17:20:38 +00:00
Sergei TrofimovichandSomeoneSerge 8fa343c6b4 python3Packages.torch: fix cudnn attribute access
Without the change the eval fails as:

    $ nix build --no-link -f. opensplatWithCuda --argstr system aarch64-linux
    error:
       error: attribute 'lib' missing
       at /home/slyfox/dev/git/nixpkgs-master/pkgs/development/python-modules/torch/default.nix:357:30:
          356|       export CUDNN_INCLUDE_DIR=${lib.getLib cudnn}/include
          357|       export CUDNN_LIB_DIR=${cudnn.lib}/lib
             |                              ^
          358|     ''
2025-05-08 17:20:38 +00:00
Pol Dellaiera da9c86d5d2 open-webui: 0.6.6 -> 0.6.7
Diff: https://github.com/open-webui/open-webui/compare/refs/tags/v0.6.6...refs/tags/v0.6.7

Changelog: https://github.com/open-webui/open-webui/blob/v0.6.7/CHANGELOG.md
2025-05-08 19:18:20 +02:00
Morgan JonesandGitHub c7ea289e5f armagetronad: update trunk to fix protobuf compile (ZHF fix) (#404838) 2025-05-08 10:15:06 -07:00
Luke Granger-BrownandGitHub a86759beb0 pomerium: 0.29.2 -> 0.29.3 (#405294) 2025-05-08 18:13:33 +01:00
Jan Tojnar dfbe6c80a6 networkmanager: Remove unnecessary patching out of python_path
It builds without it nowadays.

Possibly thanks to https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/9158f4165f748bbf2f346dee0941f28d26392bdf
2025-05-08 19:12:45 +02:00
SandroandGitHub b938d655f3 nextcloud-notify_push: 1.0.0 -> 1.1.0 (#405068) 2025-05-08 19:02:47 +02:00
Johannes KirschbauerandGitHub 02c93c22ca _1password-gui: mark as unbroken on macOS (#405228) 2025-05-08 19:01:17 +02:00
dotlambdaandGitHub 8721485540 poetry: 2.1.2 -> 2.1.3 (#404614) 2025-05-08 09:59:48 -07:00
dotlambdaandGitHub 3ca380532c python3Packages.python-picnic-api2: 1.2.4 -> 1.3.0 (#405275) 2025-05-08 09:59:28 -07:00
Francesco Gazzetta 3c54028b56 ladybird: 0-unstable-2025-03-27 -> 0-unstable-2025-05-07 2025-05-08 16:56:01 +00:00
Austin HorstmanandGitHub b924f045bb fastfetch: optional zfs support (#405236) 2025-05-08 11:47:45 -05:00
Jakub KozłowskiandGitHub 6f2136368a k9s: 0.50.4 -> 0.50.5 (#405278) 2025-05-08 18:42:36 +02:00
PalmerandGitHub 4071794bc3 python3Packages.jsonnet: 0.20.0 -> 0.21.0 (#405111) 2025-05-08 12:33:46 -04:00
Jan Tojnar 0c24decbe7 glib.mkHardcodeGsettingsPatch: drop
It has been deprecated for over two years.
2025-05-08 18:29:49 +02:00
Jan Tojnar e50f76c7d0 makeHardcodeGsettingsPatch: Add support for schemaExistsFunction
evolution-ews introduced a check for optional schemas, which would skip our hardcoded code paths.
https://gitlab.gnome.org/GNOME/evolution-ews/-/commit/a0c514bd345c67fe0fd2ed6ef48a25649b1f4d8e

Let’s update the semantic patch to also replace the invocations of specified `schemaExistsFunction` for known schemas with `true`.
2025-05-08 18:29:49 +02:00
Jan Tojnar 5a60a1a922 nixos/gnome: Enable RTKit by default
Without this, Mutter will complain at startup:

    .gnome-shell-wr[1013]: Failed to make thread 'KMS thread' high priority scheduled: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.RealtimeKit1" does not exist

PipeWire, WirePlumber and xdg-desktop-portal-gnome complain about the missing service too.
2025-05-08 18:29:03 +02:00
R. RyantmandSandro Jäckel d4531c1d79 nextcloud-notify_push: 1.0.0 -> 1.1.0 2025-05-08 18:28:51 +02:00
Franz PletzandGitHub ec5f08871e tracexec: 0.11.0 -> 0.12.0 (#405216) 2025-05-08 18:28:50 +02:00
Franz PletzandGitHub 2634ca8249 nixos/ntpd-rs: Handle configuring NTP pools (#403903) 2025-05-08 18:28:32 +02:00
Jan Tojnar 674b4ebd14 gpaste: 45.2 → 45.3
Adds GNOME 48 support.

https://www.imagination-land.org/posts/2025-04-14-gpaste-45.3-released.html
https://github.com/Keruspe/GPaste/compare/v45.2...v45.3
2025-05-08 18:28:24 +02:00
Ryan LahfaandGitHub af2c767776 lean4: 4.18.0 -> 4.19.0 (#405161) 2025-05-08 18:24:22 +02:00
Jan Tojnar 0b772ee034 nixos/gdm: Remove stray with pkgs.gnome;
It was unused – `gdm` is part of the outer scope.
2025-05-08 18:22:29 +02:00
R. Ryantm 22de8973ae pomerium: 0.29.2 -> 0.29.3 2025-05-08 16:17:12 +00:00
9RandGitHub b85e87fc64 home-assistant-custom-components.moonraker: 1.7.1 -> 1.8.0 (#405244)
https://github.com/marcolivierarsenault/moonraker-home-assistant/releases/tag/1.8.0
2025-05-08 18:11:00 +02:00
Martin WeineltandGitHub 8ef831ecb4 python314: 3.14.0a7 -> 3.14.0b1 (#405284)
https://docs.python.org/3.14/whatsnew/changelog.html#python-3-14-0-beta-1
2025-05-08 18:10:10 +02:00
isabelandGitHub 4324b1e793 nixos/evremap: get rid of unecessary bash (#390855) 2025-05-08 17:04:52 +01:00
R. RyantmandAustin Seipp 8062ce3b45 chez: 10.1.0 -> 10.2.0 2025-05-08 11:04:17 -05:00
80594614ad vieb: 12.2.0 -> 12.3.0 (#405118)
Co-authored-by: tejing1 <tejing@tejing.com>
2025-05-08 16:02:28 +00:00
Adam C. StephensandGitHub d55b14a0ca envoy-bin: 1.34.0 -> 1.34.1 (#405215) 2025-05-08 12:01:59 -04:00
Martin Weinelt eca03fc2f3 python314: 3.14.0a7 -> 3.14.0b1
https://docs.python.org/3.14/whatsnew/changelog.html#python-3-14-0-beta-1
2025-05-08 17:24:42 +02:00
Vladyslav Pekker cc13449bc3 k9s: 0.50.4 -> 0.50.5 2025-05-08 11:54:53 -03:00
R. Ryantm 7ec9257dcc python3Packages.python-picnic-api2: 1.2.4 -> 1.3.0 2025-05-08 14:48:58 +00:00
Seth FlynnandGitHub 2ba0dcad2e gitbutler: 0.14.18 -> 0.14.19 (#402724) 2025-05-08 10:31:25 -04:00
Will FancherandGitHub cf1934c1a5 make-initrd-ng: fix file permissions (#405190) 2025-05-08 10:26:02 -04:00
K900andGitHub b22909a5fe kdePackages: Gear 25.04.0 -> 25.04.1 (#405214) 2025-05-08 17:04:28 +03:00
Pol DellaieraandGitHub f3e80c716c winbox4: add MacOS aarch64 support (#384296) 2025-05-08 14:00:03 +00:00
Pol DellaieraandGitHub aaf817bb5b nixos/glance: allow specifying secret settings (#395551) 2025-05-08 13:58:03 +00:00
misilelabandAlyssa Ross b4667dba16 passt: 2025_04_15.2340bbf -> 2025_05_03.587980c
Signed-off-by: misilelab <misileminecord@gmail.com>
2025-05-08 15:55:21 +02:00
TomaandGitHub 2551c501cf gramps: add macOS app bundle (#404866) 2025-05-08 15:52:12 +02:00
b88e53aade source-meta-json-schema: 9.2.1 -> 9.2.4 (#405237)
Co-authored-by: amerinor01 <amerinorisueno+github@gmail.com>
2025-05-08 13:48:39 +00:00
SandroandGitHub 7fc3a8e2a7 usb-modeswitch: fix udevadm verify issues (#404386) 2025-05-08 15:15:07 +02:00
SandroandGitHub 48566ab4db upower: add patch to fix udevadm verify issues (#404385) 2025-05-08 15:15:00 +02:00
Austin HorstmanandGitHub ae3f7ff5fb _1password-gui-beta: 8.10.70-24 -> 8.10.76.32 (#405122) 2025-05-08 08:10:33 -05:00
Dominik Schwaiger de0102841d fastfetch: optional zfs support
typo
2025-05-08 15:01:59 +02:00
R. Ryantm 13d34fd0dd source-meta-json-schema: 9.2.1 -> 9.2.4 2025-05-08 12:56:39 +00:00