Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Martin Weinelt
59b1aef590
python3Packages: format with nixfmt
2024-05-22 17:32:03 +02:00
stuebinm
ff1a94e523
treewide: add meta.mainProgram to packages with a single binary
...
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Fabian Affolter
7ee83818d7
python311Packages.add-trailing-comma: 3.0.1 -> 3.1.0
...
Diff: https://github.com/asottile/add-trailing-comma/compare/v3.0.1...v3.1.0
2023-08-30 22:51:03 +02:00
Fabian Affolter
a63de787af
python311Packages.add-trailing-comma: 3.0.0 -> 3.0.1
...
Diff: https://github.com/asottile/add-trailing-comma/compare/v3.0.0...v3.0.1
2023-08-04 21:42:56 +02:00
Florian Brandes
7e8129be5a
python3Packages.add-trailing-comma: 2.4.0 -> 3.0.0
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-07-03 13:37:00 +02:00
Martin Weinelt
0215034f25
python3.pkgs: Migrate fetchers to use hash
...
when they already rely on SRI hashes.
2023-03-03 23:59:29 +01:00
Guillaume Girol
33afbf39f6
treewide: switch to nativeCheckInputs
...
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Florian Brandes
ad2ee81cad
python3Packages.add-trailing-comma: 2.3.0 -> 2.4.0
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-12-14 11:08:33 +01:00
Fabian Affolter
2e4b12aefe
python310Packages.add-trailing-comma: 2.2.3 -> 2.3.0
2022-10-09 10:45:15 +02:00
Florian Brandes
619c43a56e
python3Packages.add-trailing-comma: 2.2.1 -> 2.2.3
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-04-18 18:48:58 +00:00
Fabian Affolter
30cce69ffa
python3Packages.add-trailing-comma: remove period
2022-03-27 15:23:25 +02:00
florian on nixos (Florian Brandes)
470909d735
python3Packages.add-trailing-comma: init at 2.2.1
...
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-03-24 21:26:50 +01:00