nixpkgs/pkgs/by-name/si
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
..
sieve-editor-gui sieve-editor-gui: init at 0.6.1 2024-09-21 13:20:07 +01:00
sig sig: init at 0.1.3 2024-09-03 22:02:37 +05:45
sigi treewide: Remove ending period from meta.description 2024-06-09 23:04:51 +02:00
signal-backup-deduplicator treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
signal-export treewide: sha256 -> hash attribute for pypi fetchers 2024-07-14 01:25:22 +08:00
signaturepdf signaturepdf: 1.7.0 -> 1.7.1 2024-09-20 04:13:59 +00:00
silicon treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
silverbullet silverbullet: 0.9.2 -> 0.9.4 2024-09-15 18:19:50 +00:00
simde
simdutf simdutf: 5.4.15 -> 5.5.0 2024-09-15 18:31:26 +00:00
simh treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
simple-scan treewide: change ${pname} to string literal (#336172) 2024-08-20 15:56:55 -07:00
simpleBluez simpleBluez: init at 0.7.3 2024-05-30 19:07:58 +02:00
simpleDBus simpleDBus: init at 0.7.3 2024-05-30 19:09:08 +02:00
simplesamlphp treewide: Remove ending period from meta.description 2024-06-09 23:04:51 +02:00
simplex-chat-desktop simplex-chat-desktop: 6.0.3 -> 6.0.4 2024-09-06 12:10:39 +00:00
simplotask treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
single-file-cli treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
sink-rotate sink-rotate: 1.0.4 -> 2.2.0 (#326469) 2024-09-13 11:47:46 +02:00
sioclient
sirikali treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
sirius treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
sispmctl
siyuan siyuan: 3.1.0 -> 3.1.6 2024-09-19 23:09:32 +02:00