nixpkgs/pkgs/tools/wayland
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
..
aw-watcher-window-wayland treewide: remove trailing space in description 2024-07-26 03:38:50 +02:00
chayang
clapboard
cliphist
clipman
gnome-randr
gtklock
hyprland-per-window-layout hyprland-per-window-layout: 2.12 -> 2.13 2024-08-28 01:08:09 +00:00
kanshi
mpvpaper glew: enable both EGL and GLX 2024-08-11 15:11:22 +03:00
proycon-wayout
shikane
shotman shotman: 0.4.6 -> 0.4.7 2024-07-31 08:52:05 +00:00
sirula treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
swaykbdd
swayr
swayrbar
swaysome treewide: sha256 -> hash attribute for gitlab.com fetchers 2024-07-13 22:28:37 +08:00
swaytools
way-displays way-displays: depend on wayland-scanner 2024-08-11 22:41:56 +03:00
wayland-proxy-virtwl
wayland-utils
waylogout waylogout: fix build, missing wayland-scanner 2024-08-31 11:42:48 +02:00
waynergy
wayout
wdomirror
wev
wl-clipboard
wl-clipboard-x11
wl-color-picker
wl-gammactl
wl-mirror wl-mirror: 0.16.4 -> 0.16.5 2024-07-19 17:42:07 +00:00
wl-screenrec wl-screenrec: 0.1.3 -> 0.1.4-unstable-2024-07-28 2024-08-02 18:36:29 +01:00
wleave
wlopm
wlprop
wlr-randr wlr-randr: fix cross compilation 2024-07-17 10:59:40 +02:00
wlr-which-key wlr-which-key: 0.1.3 -> 1.0.1 2024-08-08 07:01:52 +00:00
wlrctl
wlsunset
wluma treewide: switch to cargoHash (#327127) 2024-07-15 22:55:51 +03:00
wob treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
wshowkeys
wtype wtype: fix build, missing wayland-scanner 2024-08-30 13:13:24 +02:00
xwaylandvideobridge