nixpkgs/pkgs/by-name/ka
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
..
kafka-cmak
kak-tree-sitter kak-tree-sitter: init at 1.1.2 2024-08-22 00:34:41 -03:00
kak-tree-sitter-unwrapped kak-tree-sitter: init at 1.1.2 2024-08-22 00:34:41 -03:00
kakoune-lsp treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
kalamine
kana treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
kanagawa-gtk-theme treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
kanagawa-icon-theme treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
kanha treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
kanidm treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
kanidm-provision kanidm-provision: 1.1.1 -> 1.1.2 2024-08-23 20:46:03 +02:00
kara kara: init at 0.7.1 2024-09-12 16:42:43 -03:00
karla karla: init at 2.004 2024-07-21 10:30:56 -04:00
karmor karmor: 1.2.2 -> 1.2.3 2024-06-24 13:28:49 +00:00
kas kas: 4.2 -> 4.4 2024-09-03 22:10:01 +02:00
kata-runtime kata-runtime: init at 3.7.0 2024-08-21 17:16:51 -07:00
katawa-shoujo-re-engineered treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
katriawm treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
kazv kazv: init at 0.5.0 2024-08-22 15:29:43 +02:00