summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/dbus-python
AgeCommit message (Collapse)Author
2024-07-29treewide: remove unused with statements from maintainer listsJörg Thalheim
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!'
2024-05-22python3Packages: format with nixfmtMartin Weinelt
2024-05-10Merge pull request #308196 from Mic92/element-desktopMaximilian Bosch
element-desktop,electron: fix cross build
2024-05-10python3.pkgs.dbus-python: fix cross buildJörg Thalheim
2024-05-10python3Packages.dbus-python: fix crossAlyssa Ross
Looks for dbus-run-session when tests are enabled, which is only provided through nativeCheckInputs (or buildInputs when not cross compiling). Fixes: 275ba0f1cb37 ("python311Packages.dbus-python: 1.2.18 -> 1.3.2")
2024-04-22python311Packages.dbus-python: 1.2.18 -> 1.3.2Martin Weinelt
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>
2023-12-20python312Packages.dbus-python: disableMartin Weinelt
2023-12-20python311Packages.dbus-python: move from dbus to dbus-pythonMartin Weinelt