nixpkgs/pkgs/desktops/lxqt
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
..
compton-conf treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
libdbusmenu-lxqt treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
libfm-qt lxqt.libfm-qt: 2.0.1 -> 2.0.2 2024-05-08 15:33:45 -03:00
liblxqt lxqt.liblxqt: 1.4.0 -> 2.0.0 2024-04-19 14:38:58 -03:00
libqtxdg lxqt.libqtxdg: 3.12.0 -> 4.0.0 2024-04-19 14:38:57 -03:00
libsysstat treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
lximage-qt treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00
lxqt-about lxqt.lxqt-about: 1.4.0 -> 2.0.0 2024-04-19 14:38:58 -03:00
lxqt-admin lxqt.lxqt-admin: 1.4.0 -> 2.0.0 2024-04-19 14:38:58 -03:00
lxqt-archiver lxqt.lxqt-archiver: 0.9.0 -> 1.0.0 2024-04-19 14:38:58 -03:00
lxqt-build-tools lxqt.lxqt-build-tools: 0.13.0 -> 2.0.0 2024-04-19 14:38:58 -03:00
lxqt-config lxqt.lxqt-config: 1.4.0 -> 2.0.0 2024-04-19 14:38:58 -03:00
lxqt-globalkeys lxqt.lxqt-globalkeys: 1.4.0 -> 2.0.0 2024-04-19 14:38:58 -03:00
lxqt-menu-data lxqt.lxqt-menu-data: 1.4.1 -> 2.0.0 2024-04-19 14:38:59 -03:00
lxqt-notificationd treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00
lxqt-openssh-askpass lxqt.lxqt-openssh-askpass: 2.0.0 -> 2.0.1 2024-05-12 11:15:05 -03:00
lxqt-panel treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00
lxqt-policykit treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00
lxqt-powermanagement lxqt.lxqt-powermanagement: 1.4.0 -> 2.0.0 2024-04-19 14:38:59 -03:00
lxqt-qtplugin lxqt.lxqt-qtplugin: 1.4.0 -> 2.0.0 2024-04-19 14:38:59 -03:00
lxqt-runner lxqt.lxqt-runner: 1.4.0 -> 2.0.0 2024-04-19 14:38:59 -03:00
lxqt-session treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
lxqt-sudo lxqt.lxqt-sudo: 1.4.0 -> 2.0.0 2024-04-19 14:38:59 -03:00
lxqt-themes lxqt.lxqt-themes: 1.3.0 -> 2.0.0 2024-04-19 14:39:00 -03:00
obconf-qt treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00
pavucontrol-qt pavucontrol-qt: add missing qtsvg dependency 2024-08-12 15:38:40 +01:00
pcmanfm-qt pcmanfm-qt: support svg icons 2024-05-08 22:19:15 +02:00
qlipper lxqt.qlipper: use mkDerivation from stdenv 2024-04-19 14:39:00 -03:00
qps lxqt.qps: 2.8.0 -> 2.9.0 2024-04-19 14:39:00 -03:00
qterminal lxqt.qterminal: 2.0.0 -> 2.0.1 2024-06-28 09:36:45 -03:00
qtermwidget treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
qtxdg-tools lxqt.qtxdg-tools: 3.12.0 -> 4.0.0 2024-04-19 14:39:00 -03:00
screengrab lxqt.screengrab: 2.7.0 -> 2.8.0 2024-04-19 14:39:00 -03:00
xdg-desktop-portal-lxqt lxqt.xdg-desktop-portal-lxqt: 1.0.1 -> 1.0.2 2024-05-07 20:08:48 -03:00
default.nix lxqt.qtermwidget: add prior version 1.4.0 for compatibility with qt5 2024-06-06 10:13:26 -03:00