nixpkgs/pkgs/by-name/cl
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
..
clairvoyant clairvoyant: 3.1.3 -> 3.1.7 2024-05-13 21:22:53 +02:00
clamtk treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
clang-tidy-sarif clang-tidy-sarif: 0.6.5 -> 0.6.6 2024-09-03 07:10:46 +00:00
clang-uml clang-uml: remove CMAKE_BUILD_TYPE from cmakeFlags 2024-08-23 19:07:47 +02:00
clangbuildanalyzer pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
clarity-city treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
clash-meta clash-meta: rename to mihomo (#271658) 2024-03-10 19:46:10 +01:00
clash-nyanpasu clash-nyanpasu: 1.5.1 -> 1.6.0 2024-08-30 23:35:53 +00:00
clash-verge-rev clash-verge-rev: add desktop entry 2024-09-12 12:46:48 +08:00
clatd treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
cld2 cld2: init at unstable-2015-08-21 2024-02-27 10:31:18 +01:00
clever-tools clever-tools: 3.8.2 -> 3.8.3 2024-09-13 16:51:29 +00:00
clevis clevis: 19 -> 20 2024-07-24 11:02:43 -03:00
cli11 pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
clickable treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
clickup clickup: init at 3.3.79 2024-06-02 00:04:33 +03:00
clipcat treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
clipper2 pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
clippy-sarif clippy-sarif: 0.6.5 -> 0.6.6 2024-09-06 07:06:19 +00:00
clipse clipse: 1.0.7 -> 1.0.9 2024-07-16 18:40:33 +01:00
cljfmt pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
cloak-pt cloak-pt: init at 2.9.0 2024-08-14 10:13:03 +03:00
clojure-lsp pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
cloudflare-dynamic-dns cloudflare-dynamic-dns: 4.3.0 -> 4.3.2 2024-09-04 12:28:27 +00:00
cloudflare-utils pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
cloudlens cloudlens: init at 0.1.4 (#326310) 2024-08-06 10:39:14 +02:00
cloudlogoffline treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
cloudrecon cloudrecon: 1.0.3 -> 1.0.4 2024-03-05 13:27:22 +00:00
clzip treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00