| 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 | -8/+7 |
| * | 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 |
| * | python310Packages.babel: 2.9.1 -> 2.10.1 (#171867) | Sandro | 2022-05-09 | 1 | -2/+2 |
| * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 1 | -2/+1 |
| * | pythonPackages.babelgladeextractor: disable for python2•••Uses python3 specific calls in setup.py: ``` File "setup.py", line 23, in _slurp with open(path, encoding="utf-8") as fp: TypeError: 'encoding' is an invalid keyword argument for this function ``` | Jonathan Ringer | 2020-02-15 | 1 | -0/+1 |
| * | python3.pkgs.babelgladeextractor: 0.6.3 → 0.7.0•••https://github.com/gnome-keysign/babel-glade/compare/0.6.3...0.7.0 | Jan Tojnar | 2020-02-14 | 1 | -2/+2 |
| * | python27Packages.babelgladeextractor: 0.6.1 -> 0.6.3•••https://github.com/gnome-keysign/babel-glade/compare/0.6.1...0.6.2 https://github.com/gnome-keysign/babel-glade/compare/0.6.2...0.6.3 | Jan Tojnar | 2019-12-24 | 1 | -5/+5 |
| * | python3.pkgs.babelgladeextractor: 0.6.0 → 0.6.1•••https://github.com/gnome-keysign/babel-glade/compare/0.6.0...0.6.1 | Jan Tojnar | 2019-11-27 | 1 | -4/+2 |
| * | python3.pkgs.babelgladeextractor: init at 0.6.0 | Jan Tojnar | 2019-11-20 | 1 | -0/+35 |
