nixpkgs/pkgs/by-name/st
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
..
stackit-cli stackit-cli: 0.15.0 -> 0.16.0 2024-09-20 13:15:31 +02:00
stackql stackql: 0.5.708 -> 0.5.724 2024-08-22 21:09:42 +00:00
stacktile treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
stalwart-mail treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
stanc
starlark
starpls-bin
stash
static-server treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
stats stats: 2.11.4 -> 2.11.7 2024-08-28 16:04:53 +03:00
status-im pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
stduuid
steam-play-none
steamguard-cli
steampipe steampipe: 0.24.0 -> 0.24.2 2024-09-17 08:29:37 +00:00
steghide treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
stella
step-cli step-cli: 0.27.2 -> 0.27.4 2024-09-14 02:56:20 +00:00
stereotool
stevenblack-blocklist stevenblack-blocklist: 3.14.104 -> 3.14.107 2024-09-15 06:07:33 +00:00
sticky-notes
stirling-pdf stirling-pdf: add updateScript 2024-08-25 11:02:48 +02:00
stlink-tool
storcli
stormlib treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
streamcontroller streamcontroller: init at 1.5.0-beta.6-unstable-2024-08-13 2024-08-28 11:28:28 +02:00
streamdeck-ui treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
streamrip
strictdoc
sttr
stu treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
sturmflut
stylance-cli
stylelint stylelint: move to by-name 2024-09-22 23:18:40 +09:00
stylelint-lsp