Commit Graph

115 Commits

Author SHA1 Message Date
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
87d1ec5b37 iosevka: 31.6.0 -> 31.6.1 2024-09-21 07:04:43 +00:00
R. Ryantm
f3991c8aa5 iosevka: 31.5.0 -> 31.6.0 2024-09-08 23:40:29 +00:00
R. Ryantm
deb04ac70d iosevka: 31.4.0 -> 31.5.0 2024-09-01 14:28:07 +00:00
R. Ryantm
46a4adbd67 iosevka: 31.3.0 -> 31.4.0 2024-08-25 04:33:20 +00:00
R. Ryantm
62e6739e3f iosevka: 31.2.0 -> 31.3.0 2024-08-18 07:45:36 +00:00
R. Ryantm
e54897b75c iosevka: 31.0.0 -> 31.2.0 2024-08-11 04:26:53 +00:00
Franz Pletz
1364c767e9
Merge pull request #332148 from emilazy/in-memoriam-AluisioASG 2024-08-06 14:10:43 +02:00
Emily
af2b4c56fd treewide: retire late maintainer AluisioASG
I’ve sadly become aware that Aluísio Augusto Silva Gonçalves
(@AluisioASG), a contributor to Nixpkgs until 2021, tragically
[passed away that year] at the age of only 25 from complications
caused by COVID‐19.

[passed away that year]: https://ufpr.br/ufpr-lamenta-a-morte-do-estudante-aluisio-augusto-silva-goncalves-25-anos/

It doesn’t feel respectful of this loss to have a bot ping his
account every time Iosevka gets an update, or to have people expect
reviews or support for the packages he maintained, so let’s retire
his maintainer list entry.

I’ll adopt ffmpeg-python in my concurrent pull request, but there are
a lot of other packages that could use new maintainers. I encourage
people to consider continuing his work on Nixpkgs if any of them are
of interest.

On the off chance that any of his family or friends ever see this
message, I wish I could say more than that I’m sorry for your loss.
2024-08-04 02:50:54 +01:00
redyf
be556244a4 iosevka: 30.3.3 -> 31.0.0
https://github.com/be5invis/Iosevka/releases/tag/v31.0.0
2024-08-01 20:16:53 -03:00
github-actions[bot]
e533bfc8da
Merge master into staging-next 2024-07-20 18:01:23 +00:00
R. Ryantm
e79bacd1e7 iosevka: 30.3.2 -> 30.3.3 2024-07-20 17:07:14 +00:00
Randy Eckenrode
f9b7f4ec09
tree-wide: use top-level cctools 2024-07-17 22:36:19 -04:00
R. Ryantm
90e9c4366e iosevka: 30.3.1 -> 30.3.2 2024-07-08 05:46:43 +00:00
R. Ryantm
da289dcc8f iosevka: 30.3.0 -> 30.3.1 2024-07-01 02:26:21 +00:00
R. Ryantm
dae938a1bb iosevka: 30.2.0 -> 30.3.0 2024-06-23 01:57:17 +00:00
R. Ryantm
bc159067b9 iosevka: 30.1.1 -> 30.2.0 2024-06-15 14:33:30 +00:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Bastien Riviere
40c9def80e
remove 'babariviere' as a maintainer 2024-06-02 18:49:26 +02:00
R. Ryantm
ac019e3275 iosevka: 30.1.0 -> 30.1.1 2024-05-31 17:05:18 +00:00
R. Ryantm
e152d121a2 iosevka: 30.0.1 -> 30.1.0 2024-05-26 02:46:37 +00:00
lunik1
3599e7f03d
iosevka: 30.0.0 -> 30.0.1
Diff: https://github.com/be5invis/iosevka/compare/v30.0.0...v30.0.1
2024-05-11 19:18:33 +01:00
R. Ryantm
ca1593fce0 iosevka: 29.2.1 -> 30.0.0 2024-05-05 01:36:15 +00:00
lunik1
4e527ac342
iosevka: 29.2.1 -> 29.2.1
Diff: https://github.com/be5invis/iosevka/compare/v29.2.1...v29.2.1
2024-04-20 14:25:56 +01:00
lunik1
8f588920fc
iosevka: 29.1.0 -> 29.2.0
Diff: https://github.com/be5invis/iosevka/compare/v29.1.0...v29.2.0
2024-04-14 00:03:36 +01:00
R. Ryantm
a30155a1ca iosevka: 29.0.5 -> 29.1.0 2024-04-12 17:23:36 +00:00
R. Ryantm
1691576fef iosevka: 29.0.4 -> 29.0.5 2024-03-31 23:38:08 +00:00
lunik1
5726bce715
iosevka: 29.0.3 -> 29.0.4
Diff: https://github.com/be5invis/iosevka/compare/v29.0.3...v29.0.4
2024-03-26 21:27:48 +00:00
lunik1
c531d48ec6
iosevka: 28.1.0 -> 29.0.3 2024-03-24 21:15:26 +00:00
Ryan Cao
68dced8dc7
iosevka: 27.3.5 -> 28.1.0 2024-02-16 19:00:32 +08:00
Paul Meyer
2c97a5caa7 maintainers: remove jfrankenau
due to inactivity.
2023-11-20 08:44:58 +01:00
lunik1
2c3bc30257
iosevka: 27.3.4 -> 27.3.5
Diff: https://github.com/be5invis/iosevka/compare/v27.3.4...v27.3.5
2023-11-12 13:25:17 +00:00
lunik1
d53d90401d
iosevka: 27.3.2 -> 27.3.4
Diff: https://github.com/be5invis/iosevka/compare/v27.3.2...v27.3.4
2023-11-05 19:11:29 +00:00
lunik1
132dc35748
iosevka: 27.3.1 -> 27.3.2
Diff: https://github.com/be5invis/iosevka/compare/v27.3.1...v27.3.2
2023-10-28 23:06:32 +01:00
lunik1
5aee32a37b
iosevka: 27.2.1 -> 27.3.1
Diff: https://github.com/be5invis/iosevka/compare/v27.2.1...v27.3.1
2023-10-24 20:57:46 +01:00
lunik1
7a40f33f09
iosevka: 27.2.0 -> 27.2.1
Diff: https://github.com/be5invis/iosevka/compare/v27.2.0...v27.2.1
2023-10-15 00:55:17 +01:00
lunik1
c0a8f7b914
iosevka: 27.1.0 -> 27.2.0
Diff: https://github.com/be5invis/iosevka/compare/v27.1.0...v27.2.0
2023-10-08 20:50:47 +01:00
Anderson Torres
a9d73dea16 treewide: remove cstrahan from meta.maintainers - part 2
19 files modified with this removal
2023-10-04 22:20:58 -03:00
lunik1
84f76e0341
iosevka: 27.0.0 -> 27.1.0
Diff: https://github.com/be5invis/iosevka/compare/v27.0.0...v27.1.0
2023-09-30 17:34:25 +01:00
lunik1
d83af26bb1
iosevka: 26.3.3 -> 27.0.0
Diff: https://github.com/be5invis/iosevka/compare/v26.3.3...v27.0.0
2023-09-16 23:30:33 +01:00
lunik1
cab76f5c69
iosevka: 26.3.0 -> 26.3.3
Diff: https://github.com/be5invis/iosevka/compare/v26.3.0...v26.3.3
2023-09-09 13:05:50 +01:00
lunik1
2c9a1e7a88
iosevka: 26.2.1 -> 26.3.0
Diff: https://github.com/be5invis/iosevka/compare/v26.2.1...v26.3.0
2023-09-02 14:27:06 +01:00
lunik1
17beb2d70c
iosevka: 26.0.2 -> 26.2.1
Diff: https://github.com/be5invis/iosevka/compare/v26.0.2...v26.2.1
2023-08-20 15:37:06 +01:00
lunik1
489e6d60b0
iosevka: 25.1.1 -> 26.0.2
Diff: https://github.com/be5invis/iosevka/compare/v25.1.1...v26.0.2
2023-08-06 18:28:54 +01:00
lunik1
2edc744f3f
iosevka: 25.1.0 -> 25.1.1
Diff: https://github.com/be5invis/iosevka/compare/v25.1.0...v25.1.1
2023-07-25 00:18:09 +01:00
lunik1
52c7bff8c3
iosevka: 25.0.1 -> 25.1.0
Diff: https://github.com/be5invis/iosevka/compare/v25.0.1...v25.1.0
2023-07-22 18:31:21 +01:00
lunik1
ab155b06ba
iosevka: 24.1.4 -> 25.0.1
Diff: https://github.com/be5invis/iosevka/compare/v25.0.1...v25.0.1
2023-07-14 00:41:31 +01:00
lunik1
b3e9e652a8
iosevka: 24.1.3 -> 24.1.4
Diff: https://github.com/be5invis/iosevka/compare/v24.1.3...v24.1.4
2023-06-24 15:30:12 +01:00
lunik1
a8c0d5583c
iosevka: 24.1.1 -> 24.1.3
Diff: https://github.com/be5invis/iosevka/compare/v24.1.1...v24.1.3
2023-06-12 22:39:31 +01:00
lunik1
1f3cc522ba
iosevka: 24.1.0 -> 24.1.1
Diff: https://github.com/be5invis/iosevka/compare/v24.1.0...v24.1.1
2023-06-04 16:59:48 +01:00