nixpkgs/pkgs/by-name/ga
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
..
gabutdm gabutdm: 2.5.0 -> 2.6.0 2024-07-30 01:15:56 +00:00
galah galah: init at 0-unstable-2024-04-28 2024-05-02 16:57:12 +02:00
galaxis
galerio
galleta
gambit-project treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
game-rs
gamescope gamescope: 3.15.5 -> 3.15.9 2024-09-12 07:21:52 +03:00
gamja treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
gancio gancio: init at 1.19.0 2024-09-06 16:32:06 +02:00
gapless gapless: 3.8 -> 3.8.1 2024-07-31 04:27:46 +00:00
garnet garnet: 1.0.16 -> 1.0.18 2024-08-04 23:25:14 -04:00
gash
gash-utils
gat gat: 0.17.0 -> 0.18.0 2024-07-06 13:08:42 +00:00
gate gate: 0.39.3 -> 0.40.0 2024-09-14 01:12:37 +00:00
gato treewide: replace all pytest-cov patching outside of pythonPackages with pytest-cov-stub 2024-08-27 20:47:13 +02:00
gatus gatus: 5.12.0 -> 5.12.1 2024-09-09 11:44:23 +00:00
gavin-bc treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gay treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00