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 cliphist: add contribution scripts 2024-06-17 03:14:08 +02:00
clipman treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
gnome-randr treewide: change cargoSha256 with SRI hash to cargoHash 2024-07-03 21:53:11 +08:00
gtklock Merge branch 'master' into staging-next 2024-04-27 10:30:24 +02:00
hyprland-per-window-layout hyprland-per-window-layout: 2.12 -> 2.13 2024-08-28 01:08:09 +00:00
kanshi kanshi: 1.6.0 -> 1.7.0 2024-06-09 08:00:47 +00:00
mpvpaper glew: enable both EGL and GLX 2024-08-11 15:11:22 +03:00
proycon-wayout
shikane treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
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 swayr: 0.27.3 -> 0.27.4 2024-07-07 12:27:03 +00:00
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-proxy-virtwl: 0-unstable-2024-04-08 -> 0-unstable-2024-06-17 2024-06-24 02:00:36 +00:00
wayland-utils
waylogout waylogout: fix build, missing wayland-scanner 2024-08-31 11:42:48 +02:00
waynergy treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
wayout treewide: change cargoSha256 with SRI hash to cargoHash 2024-07-03 21:53:11 +08:00
wdomirror
wev
wl-clipboard wl-clipboard: fix image data mime type detection (#251474) 2024-05-12 18:41:06 +00:00
wl-clipboard-x11 treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
wl-color-picker zenity: Move from gnome scope to top-level 2024-07-01 08:26:47 +02:00
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 treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
wlopm
wlprop treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
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 wlsunset: 0.3.0 -> 0.4.0 2024-04-23 20:08:13 +00:00
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