summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/dogtail (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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; \[ *\];![ ];!' Jörg Thalheim2024-07-291-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-20/+33
* treewide: wrapGAppsHook → wrapGAppsHook3•••This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild) Jan Tojnar2024-04-271-2/+2
* python3.pkgs.*: Explicitly pass buildPythonPackage format parameter•••Long term we should move everything over to `pyproject = true`, but in the mean time we can work towards deprecating the implicit `format` paremeter. cc https://github.com/NixOS/nixpkgs/issues/253154 cc @mweinelt @figsoda adisbladis2023-12-071-0/+1
* treewide: Reduce jtojnar maintainership•••Notably fwupd, pipewire and flatpak. I want to focus on GNOME and other packages I still actually use. Pipewire is still important but I have not touched the packaging in a while. Jan Tojnar2023-05-201-1/+1
* dogtail: remove issue 56943 workaround•••and fix double wrapping it still fails to launch though but its not a regression $ ./result/bin/dogtail-logout Traceback (most recent call last): File "/nix/store/az8mw2pmhbwlm08176wd62hn0hfzwv8s-python3.10-dogtail-0.9.11/bin/.dogtail-logout-wrapped", line 8, in <module> from dogtail.tree import * File "/nix/store/az8mw2pmhbwlm08176wd62hn0hfzwv8s-python3.10-dogtail-0.9.11/lib/python3.10/site-packages/dogtail/tree.py", line 5, in <module> from dogtail import predicate File "/nix/store/az8mw2pmhbwlm08176wd62hn0hfzwv8s-python3.10-dogtail-0.9.11/lib/python3.10/site-packages/dogtail/predicate.py", line 6, in <module> from gi.repository import GLib ModuleNotFoundError: No module named 'gi' Artturin2023-02-171-1/+6
* dbus: remove unused daemon passhtruSandro Jäckel2022-11-211-1/+1
* python3.pkgs.dogtail: add dev output•••So that propagatedBuildInputs do not pull gtk3.dev into the out closure. Jan Tojnar2021-10-131-0/+2
* treewide: xvfb_run -> xvfb-runRobert Hensing2021-05-081-2/+2
* python3.pkgs.dogtail: 0.9.10 → 0.9.11Jan Tojnar2020-08-191-3/+3
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-2/+2
* treewide: remove redundant recvolth2019-08-281-1/+1
* pythonPackages.dogtail: fix sniffSymphorien Gibol2019-08-251-1/+3
* gobject-introspection: rename package•••camelCase package name was a huge inconsistency in GNOME package set. Jan Tojnar2018-12-021-2/+2
* python3.pkgs.dogtail: init at 0.9.10Jan Tojnar2018-07-062-0/+93