nixpkgs/pkgs/by-name/wa
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
..
waagent pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
waf
wait4x wait4x: 2.14.1 -> 2.14.2 2024-09-13 07:26:18 +00:00
wakatime-cli wakatime-cli: 1.98.3 -> 1.98.5 2024-09-14 18:59:39 +00:00
wal-listener
walker
wallutils treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
wannier90
wapm treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
warp-terminal treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
warpinator
wash-cli treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
wasm-bindgen-cli treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
wastebin treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
watchdogd
waybar treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
waybar-mpris
waybox
waycheck waycheck: add pandapip1 to maintainers 2024-09-09 16:25:46 -07:00
wayfarer
wayfreeze
wayidle
wayland-logout
wayland-pipewire-idle-inhibit wayland-pipewire-idle-inhibit: 0.5.1 -> 0.5.2 2024-09-16 22:08:22 -03:00
waylock waylock: 1.1.0 -> 1.2.1 2024-09-15 12:15:16 -04:00
wayneko
wayprompt