nixpkgs/pkgs/applications/networking/remote
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
..
anydesk anydesk: cleanup, move to finalAttrs 2024-04-27 17:05:22 +05:30
citrix-workspace treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
dayon dayon: 14.0.1 -> 14.0.2 2024-06-10 09:42:57 +00:00
freerdp treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
nice-dcv-client treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
putty treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
rdesktop treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
remmina treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
teamviewer teamviewer: 15.49.2 -> 15.54.3 2024-06-21 10:37:10 +02:00
vmware-horizon-client treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
waypipe waypipe: 0.9.0 -> 0.9.1 2024-06-10 21:32:55 +01:00
wayvnc treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
x2goclient treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
x2goserver
xrdp treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00