nixpkgs/pkgs/applications/window-managers
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
..
2bwm treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
awesome
bspwm treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
cage cage: 0.1.5 -> 0.1.5-unstable-2024-07-29 2024-08-01 23:30:39 +01:00
cagebreak cagebreak: depend on wayland-scanner 2024-08-10 18:42:55 +03:00
cwm treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
dk dk: 2.2 -> 2.3 2024-07-15 00:33:02 +00:00
dwm treewide: remove viric from meta.maintainers [no orphans] 2024-07-28 10:47:12 -03:00
dzen2
e16 e16: 1.0.29 -> 1.0.30 2024-08-14 12:40:35 +00:00
evilwm
fbpanel treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
herbstluftwm fix: restore xorgserver dep to herbstluftwm 2024-07-17 19:47:30 +10:00
hyprwm treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
i3 treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
ion-3 treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
jay jay: 1.4.0 -> 1.5.0 2024-09-02 13:08:35 +00:00
jwm treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
kbdd
larswm
leftwm leftwm: fix build 2024-09-02 22:22:10 +02:00
lemonbar treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
lesbar treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
matchbox
miriway miriway: 0-unstable-2024-08-14 -> 0-unstable-2024-08-31 2024-09-04 23:31:59 +00:00
mlvwm
neocomp treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
openbox
owl treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
phosh phosh: 0.41.0 -> 0.41.1 2024-09-06 13:49:26 -04:00
ragnarwm ragnarwm: remove overuse of with lib; 2024-07-26 01:19:44 +02:00
shod treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
sommelier sommelier: 125.0 -> 126.0 2024-06-27 17:01:10 +00:00
spectrwm treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
stalonetray
stumpish
tabbed treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
taffybar pkgs/applications: remove unused arguments 2024-07-26 11:36:49 +02:00
tinywl treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
trayer treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
vwm treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
wayfire wayfirePlugins.wayfire-shadows: unstable-2024-03-28 -> 0-unstable-2024-08-30 (#338602) 2024-08-31 23:46:47 +08:00
weston weston: 13.0.3 -> 14.0.0 2024-09-04 15:00:48 +02:00
windowchef treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
windowlab
wmderland
wmderlandc treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
wmfs
wmii treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
x-create-mouse-void
xmonad gnome-panel: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
yabar treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00