nixpkgs/pkgs/by-name/ce
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
..
celeste64 maintainers: drop lychee 2024-09-17 17:00:24 -05:00
celeste-classic treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
celluloid celluloid: 0.26 -> 0.27 2024-06-27 10:16:16 +00:00
cemu pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
cent treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
centerpiece treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
centrifugo treewide: change ${pname} to string literal (#336172) 2024-08-20 15:56:55 -07:00
ceph-csi ceph-csi: 3.12.1 -> 3.12.2 2024-09-16 05:53:09 +00:00
cereal_1_3_0 treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
cereal_1_3_2 treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
cero
cert-viewer cert-viewer: fix cross-compilation 2024-04-26 19:22:27 +02:00
certi
certificate-ripper treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
certmgr treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
certspotter
cewler cewler: release retagged by upstream 2024-08-10 12:30:09 +10:00