Commit Graph

9 Commits

Author SHA1 Message Date
FliegendeWurst 12836c78ba python312Packages.dbus-python: increase test timeout 2024-11-23 10:48:14 +01:00
Jörg Thalheim 5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Martin Weinelt 59b1aef590 python3Packages: format with nixfmt 2024-05-22 17:32:03 +02:00
Maximilian Bosch 5f6f3dce06 Merge pull request #308196 from Mic92/element-desktop
element-desktop,electron: fix cross build
2024-05-10 20:07:38 +00:00
Jörg Thalheim 8df62b078d python3.pkgs.dbus-python: fix cross build 2024-05-10 15:48:33 +00:00
Alyssa Ross 6ffea0de4c python3Packages.dbus-python: fix cross
Looks for dbus-run-session when tests are enabled, which is only
provided through nativeCheckInputs (or buildInputs when not cross
compiling).

Fixes: 275ba0f1cb ("python311Packages.dbus-python: 1.2.18 -> 1.3.2")
2024-05-10 17:08:36 +02:00
Martin Weinelt 275ba0f1cb python311Packages.dbus-python: 1.2.18 -> 1.3.2
Migrates the build from autotools to meson-python.

Co-Authored-By: adisbladis <adisbladis@gmail.com>
Co-Authored-By: Sandro Jäckel <sandro.jaeckel@gmail.com>
2024-04-22 13:59:39 +02:00
Martin Weinelt a507e49348 python312Packages.dbus-python: disable 2023-12-20 20:46:25 +01:00
Martin Weinelt 9be98b9712 python311Packages.dbus-python: move from dbus to dbus-python 2023-12-20 20:45:51 +01:00