nixpkgs/pkgs/applications/terminal-emulators
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
..
alacritty treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
blackbox-terminal blackbox-terminal: Fix build 2024-05-05 20:03:42 +08:00
contour treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
cool-retro-term treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
darktile treewide: remove unused occurence of stdenv (and other) arguments 2024-07-14 04:32:56 +02:00
dterm treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
foot foot: 1.18.0 -> 1.18.1 2024-08-14 13:18:54 +02:00
gnome-console gnome-console: 45.0 → 46.0 2024-04-22 21:11:19 +02:00
guake guake: use python311 2024-08-02 10:20:25 -06:00
hyper hyper: mark as broken 2024-08-16 02:07:55 +03:00
iterm2 iterm2: 3.5.2 -> 3.5.4 2024-08-18 00:25:22 +03:00
kitty treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
lxterminal treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00
microcom treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
mlterm treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
mrxvt treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
rio treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
rxvt-unicode treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
rxvt-unicode-plugins treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
st treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
stupidterm treewide: add mainProgram 2023-11-27 02:17:53 +01:00
syncterm treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
terminator terminator: drop useless pytest-runner 2024-09-16 11:30:34 +02:00
termite treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
termonad
tym tym: 3.5.0 -> 3.5.1 2024-05-02 11:41:24 +00:00
wayst treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
wezterm treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
x3270 treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
xterm Merge pull request #326656 from trofi/xterm-update 2024-08-14 20:12:09 +10:00
xtermcontrol treewide: add mainProgram 2023-11-27 02:17:53 +01:00
yaft