nixpkgs/pkgs/misc
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
..
acpilight
ananicy
apulse
arm-trusted-firmware ArmTrustedFirmwareRK3588: Don't include unused HDCP blob 2024-08-09 10:01:23 +10:00
autoadb
autotiling
autotiling-rs
barebox
base16-builder treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
beep
brightnessctl
calaos/installer treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
cliscord treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
cups treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
documentation-highlighter
drivers treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
dumb
fastly fastly: 10.14.0 -> 10.14.1 2024-09-16 14:49:16 +00:00
flashfocus treewide: sha256 -> hash attribute for pypi fetchers 2024-07-14 01:25:22 +08:00
frescobaldi treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
g810-led
ghostscript treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gnu-shepherd
gnuk
hdt
i3a
ite-backlight treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
jackaudio treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
jitsi-meet-prosody jitsi-meet-prosody: 1.0.8043 -> 1.0.8091 2024-08-01 19:01:04 +00:00
lguf-brightness
libcardiacarrest libcardiacarrest: remove 'with lib;' 2024-08-16 16:09:03 +02:00
lightspark
lilypond treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
logging pacemaker: 2.1.7 -> 2.1.8 2024-08-19 12:04:52 +00:00
long-shebang
lssecret
meson-tools
mlxbf-bootimages mlxbf-bootimages: 4.0.3-12704 -> 4.8.0-13249 2024-08-21 14:32:38 +02:00
mnemonicode
moonfire-nvr treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
mxt-app mxt-app: 1.38 -> 1.40 2024-08-07 13:42:49 +00:00
my-env
nflz
opcua-client-gui treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
opensbi opensbi: 1.5 -> 1.5.1 2024-09-18 14:19:21 -04:00
plasma-hud
present treewide: sha256 -> hash attribute for pypi fetchers 2024-07-14 01:25:22 +08:00
ptouch-print
pylode
rich-cli treewide: remove maintainer joelkoen 2024-08-23 09:46:20 +10:00
riscv-pk
rivalcfg
rkdeveloptool
rkdeveloptool-pine64
sagetex
sailsd
screensavers electricsheep: 3.0.2-2019-10-05 -> 3.0.2-unstable-2024-02-13 2024-08-22 15:22:25 +01:00
seafile-shared seafile-shared: 9.0.6 -> 9.0.7 2024-07-23 12:24:25 +00:00
sndio sndio: 1.9.0 -> 1.10.0 2024-08-06 21:57:11 +01:00
source-and-tags treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
stabber treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
superd
t-rec treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
talkfilters
tmux-plugins treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
tpm2-pkcs11 treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
translatelocally-models translatelocally-models: update 2024-08-02 14:52:30 +00:00
uboot ubootOrangePi5Plus: init 2024-09-10 14:20:43 +07:00
uq
urbit treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
wiki-tui treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
xosd
zeyple