nixpkgs/pkgs/by-name/ch
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
..
ch341eeprom treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
chance treewide: remove existing usages of pname+version in fetchCargoTarball 2024-09-07 01:10:33 -04:00
changelog-d
charm-freeze treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
charmcraft charmcraft: 3.1.1 -> 3.1.2 2024-08-14 02:33:51 +00:00
chatd treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
chatgpt-shell-cli
chatzone-desktop chatzone-desktop: init at 5.2.1 2024-08-06 15:08:22 +03:00
chawan treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
cheese pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
chemacs2
chemtool treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
chess-clock
chess-tui treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
chezmoi chezmoi: 2.52.1 -> 2.52.2 2024-09-10 12:27:28 +00:00
chirp chirp: 0.4.0-unstable-2024-09-05 -> 0.4.0-unstable-2024-09-19 2024-09-20 10:20:09 +00:00
choose-gui choose-gui: init 1.3.1 2024-07-04 14:59:56 -06:00
chow-centaur pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
chow-kick treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
chow-phaser treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
chow-tape-model treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
chromatic
chromium-bsu treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
chrysalis maintainers: remove eclairevoyant 2024-09-10 15:02:41 -04:00