nixpkgs/pkgs/by-name/ha
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
..
ha-mqtt-discoverable-cli
hachimarupop
hackedbox treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
hackgregator hackgregator: init at 0.5.0-unstable-2023-12-05 2024-09-14 13:38:43 +08:00
hacompanion
hadolint-sarif hadolint-sarif: 0.6.5 -> 0.6.6 2024-09-06 06:52:20 +00:00
halloy treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
halo halo: 2.19.2 -> 2.19.3 2024-09-21 23:53:36 +00:00
hamrs hamrs: init at 1.0.7 2024-08-05 04:17:23 +00:00
hamtransfer
handbrake treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
handheld-daemon handheld-daemon: 3.3.12 -> 3.3.15 2024-09-15 11:29:01 +00:00
handlr-regex handlr-regex: 0.10.1 -> 0.11.2 2024-08-04 11:57:17 +00:00
hap-py pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
hare hare: use _experimental-update-script-combinators 2024-08-09 10:09:46 -03:00
harec hare: use _experimental-update-script-combinators 2024-08-09 10:09:46 -03:00
haredo
haredoc
harmonia harmonia: 1.0.0 -> 1.0.1 2024-08-16 16:17:01 +02:00
harper harper: 0.10.0 -> 0.11.0 2024-09-13 17:28:26 +02:00
harvid treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
hashid treewide: remove unused occurence of stdenv (and other) arguments 2024-07-14 04:32:56 +02:00
hatch treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
hatsu
haunt haunt: 0.2.6 -> 0.3.0 2024-09-14 14:08:13 -04:00
havn havn: 0.1.12 -> 0.1.13 2024-07-26 08:24:39 +00:00
havoc treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
hax11 treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
hayabusa maintainers: remove eclairevoyant 2024-09-10 15:02:41 -04:00
haylxon treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00