nixpkgs/pkgs/by-name/mc
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
..
mcap-cli mcap-cli: 0.0.44 -> 0.0.46 2024-06-04 22:30:02 +02:00
mcdreforged mcdreforged: 2.13.0 -> 2.13.1 2024-07-18 23:59:11 +00:00
mcfly mcfly: 0.9.1 -> 0.9.2 2024-08-12 14:01:44 +00:00
mcfly-fzf mcfly-fzf: 0.1.2 -> 0.1.3 2024-05-20 14:06:39 +00:00
mcomix
mcontrolcenter mcontrolcenter: init at 0.4.1 2024-06-16 23:37:20 +02:00
mcpp treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
mcuboot-imgtool mcuboot-imgtool: apply nixfmt-rfc-style 2024-05-20 15:35:09 -03:00
mcumgr-client treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00