nixpkgs/pkgs/by-name/he
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
..
headphones-toolbox maintainers: rename nyanbinary to nyabinary 2024-09-19 15:04:36 -04:00
hednsextractor
hekatomb
heliocron heliocron: init at 0.8.1 2024-09-03 20:34:34 +10:00
helix-gpt treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
hellmaker
hello nixos: remove environment.noXlibs 2024-09-15 07:51:45 -06:00
hello-cpp hello-cpp: init 2024-07-07 15:14:12 +01:00
hentai-at-home
heptabase heptabase: 1.37.0 -> 1.39.0 2024-09-20 00:10:30 +00:00
hercules treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
hermitcli hermitcli: 0.39.3 -> 0.40.0 2024-08-22 03:20:58 +00:00
hexbinhex
hexchat hexchat: move from top-level to by-name 2024-07-08 18:22:13 -03:00
hexedit
hextazy hextazy: 0.6 -> 0.7 2024-09-20 04:20:45 +00:00
hexxy