nixpkgs/pkgs/desktops/mate
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
..
atril treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
caja treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
caja-dropbox mate.caja-dropbox: 1.26.0 -> 1.28.0 2024-03-14 23:34:07 +08:00
caja-extensions treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
engrampa mate.engrampa: 1.28.1 -> 1.28.2 2024-08-18 12:12:30 +08:00
eom treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
libmatekbd mate.libmatekbd: Compile gsettings schemas 2024-07-31 22:55:26 +08:00
libmatemixer treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
libmateweather mate.libmateweather: 1.26.3 -> 1.28.0 2024-03-14 20:31:09 +08:00
marco zenity: Move from gnome scope to top-level 2024-07-01 08:26:47 +02:00
mate-applets treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
mate-backgrounds mate.mate-backgrounds: 1.26.0 -> 1.28.0 2024-03-14 20:31:08 +08:00
mate-calc treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
mate-common
mate-control-center treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
mate-desktop treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
mate-gsettings-overrides mate.mate-gsettings-overrides: init 2024-03-14 23:34:12 +08:00
mate-icon-theme mate.mate-icon-theme: 1.26.0 -> 1.28.0 2024-03-14 20:31:09 +08:00
mate-icon-theme-faenza
mate-indicator-applet treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
mate-media treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
mate-menus treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
mate-netbook treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
mate-notification-daemon treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
mate-panel dconf-editor: Move from gnome scope to top-level 2024-07-01 08:26:48 +02:00
mate-polkit mate.mate-polkit: 1.26.1 -> 1.28.1 2024-03-14 20:31:09 +08:00
mate-power-manager treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00
mate-screensaver treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
mate-sensors-applet mate.mate-sensors-applet: 1.26.0 -> 1.28.0 2024-03-14 23:34:08 +08:00
mate-session-manager treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
mate-settings-daemon treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
mate-system-monitor treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
mate-terminal treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
mate-themes treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
mate-tweak treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
mate-user-guide mate.mate-user-guide: 1.26.2 -> 1.28.0 2024-03-14 20:31:11 +08:00
mate-user-share treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
mate-utils treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
mate-wayland-session mate.mate-wayland-session: init at 1.28.3 2024-03-14 23:34:11 +08:00
mozo treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
pluma treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
python-caja mate.python-caja: 1.26.0 -> 1.28.0 2024-03-14 23:34:09 +08:00
default.nix mate.mate-gsettings-overrides: init 2024-03-14 23:34:12 +08:00