| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 Thalheim | 2024-07-29 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -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 Tojnar | 2024-04-27 | 1 | -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
| adisbladis | 2023-12-07 | 1 | -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 Tojnar | 2023-05-20 | 1 | -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'
| Artturin | 2023-02-17 | 1 | -1/+6 |
| * | dbus: remove unused daemon passhtru | Sandro Jäckel | 2022-11-21 | 1 | -1/+1 |
| * | python3.pkgs.dogtail: add dev output•••So that propagatedBuildInputs do not pull gtk3.dev into the out closure.
| Jan Tojnar | 2021-10-13 | 1 | -0/+2 |
| * | treewide: xvfb_run -> xvfb-run | Robert Hensing | 2021-05-08 | 1 | -2/+2 |
| * | python3.pkgs.dogtail: 0.9.10 → 0.9.11 | Jan Tojnar | 2020-08-19 | 1 | -3/+3 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -2/+2 |
| * | treewide: remove redundant rec | volth | 2019-08-28 | 1 | -1/+1 |
| * | pythonPackages.dogtail: fix sniff | Symphorien Gibol | 2019-08-25 | 1 | -1/+3 |
| * | gobject-introspection: rename package•••camelCase package name was a huge inconsistency in GNOME package set.
| Jan Tojnar | 2018-12-02 | 1 | -2/+2 |
| * | python3.pkgs.dogtail: init at 0.9.10 | Jan Tojnar | 2018-07-06 | 2 | -0/+93 |