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 |
|
Fabián Heredia Montiel
|
8549e49c18
|
python2Packages.scandir: revert removal
This reverts commit 7d4a0668d2 .
Closes https://github.com/NixOS/nixpkgs/issues/205742
|
2022-12-15 00:28:46 -08:00 |
|
Robert Schütz
|
7d4a0668d2
|
python2Packages.scandir: remove
|
2022-12-09 08:37:41 -08:00 |
|
Weijia Wang
|
4ef739adf1
|
scandir: fix build on aarch64-darwin
|
2022-10-04 13:41:56 +02:00 |
|
Frederik Rietdijk
|
ae18d68b6b
|
python2.pkgs: move expressions into python2-modules/ folder
Another step in further separating python2 from python3.
|
2022-01-16 10:00:16 +01:00 |
|