nixpkgs/pkgs/by-name/sa
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
..
sabnzbd pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
saga treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
sakura treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
salmon treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
salut maintainers: remove eclairevoyant 2024-09-10 15:02:41 -04:00
samdump2
samrewritten samrewritten: fix .desktop file 2024-08-20 11:33:21 +09:00
samurai treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
sandbar
sanjuuni treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
sarasa-gothic sarasa-gothic: 1.0.20 -> 1.0.21 2024-09-22 02:39:47 +00:00
sarif-fmt treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
sarif-tools
satellite
satty
sauerbraten sauerbraten: 2020-12-27 -> 2020-12-29 2024-09-11 19:25:17 +02:00
saunafs saunafs: 4.5.0 -> 4.5.1 2024-09-23 04:24:26 +00:00
sawfish treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00