nixpkgs/pkgs/by-name/su
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
..
su-exec pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
sublime_syntax_convertor
sublime-music treewide: replace all pytest-cov patching outside of pythonPackages with pytest-cov-stub 2024-08-27 20:47:13 +02:00
subprober
substudy treewide: change ${pname} to string literal (#336172) 2024-08-20 15:56:55 -07:00
subtitlecomposer
subtitleedit subtitleedit: 4.0.7 -> 4.0.8 2024-09-07 12:17:54 +03:00
sudachi-rs
sudachidict sudachidict: 20230927 -> 20240716 2024-08-22 18:32:07 +09:00
sums sums: init at 0.11 2024-09-09 21:23:41 +08:00
sunpaper maintainers: remove eclairevoyant 2024-09-10 15:02:41 -04:00
sunvox
superfile superfile: add redyf as maintainer 2024-08-01 16:41:36 -03:00
supergfxctl-plasmoid
supermariowar supermariowar: 2023-unstable-2024-07-16 -> 2023-unstable-2024-09-17 2024-09-18 19:59:59 +00:00
supermodel
superscs treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
supersonic treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
surfer surfer: init at v0.2.0 2024-09-10 15:56:12 +08:00
surrealdb treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
surrealist treewide: remove existing usages of pname+version in fetchCargoTarball 2024-09-07 01:10:33 -04:00
sus-compiler sus-compiler: init at 0.0.2 2024-09-15 18:17:30 +02:00
sushi sushi: use actual upstream url as homepage 2024-09-19 16:24:49 +03:00
suwayomi-server