nixpkgs/pkgs/desktops
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
..
cdesktopenv
cinnamon cinnamon: Document scope deprecation 2024-07-23 22:12:43 +08:00
deepin deepin desktop environment: 2024.09 update (#337842) 2024-09-23 13:39:43 +08:00
enlightenment treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
expidus expidus.{calculator,file-manager}: pin to flutter v3.19 2024-05-15 18:32:22 -07:00
gnome treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
gnome-2 treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gnustep treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
lomiri treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
lumina treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
lxde lxtask: 0.1.10 -> 0.1.11 2024-08-24 16:30:53 -03:00
lxqt treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
mate treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
pantheon treewide: remove unused inputs (#342672) 2024-09-19 20:36:18 +02:00
plasma-5 plasma-pa: drop GConf dependency 2024-09-16 13:54:58 -06:00
rox/rox-filer treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
surf-display treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
xfce xfce4-embed-plugin: remove 2024-09-19 02:37:53 +02:00