nixpkgs/pkgs/tools/X11
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
..
alttab
arandr
autocutsel
bgs
bumblebee
caffeine-ng
ckbcomp
devour
dex dex: 0.9.0 -> 0.10.1 2024-08-09 00:53:21 +00:00
ffcast ffcast: add awk to path 2024-09-10 19:04:35 +04:00
find-cursor
focus
go-sct treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
gobble
grobi
hsetroot
icon-slicer
imwheel
inputplug treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
jumpapp
kdocker
keynav
ksuperkey
libstrangle
mmutils
ncview
nitrogen
numlockx
nx-libs treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
opentabletdriver
paperview
pmenu
primus
ratmen
run-scaled
runningx
sbs
screen-message
sct
setroot
skippy-xd add link to the project homepage 2024-07-24 20:18:42 +03:00
smart-wallpaper
srandrd
sselp
vdpauinfo
virtualgl
wayv
wmctrl
wmutils-core
wmutils-libwm
wmutils-opt
wpgtk
x2vnc Merge pull request #317744 from viraptor/x2vnc-darwin 2024-07-31 11:45:37 +10:00
x2x
x11spice
x11vnc
xannotate
xautomation
xbanish
xbindkeys treewide: remove viric from meta.maintainers [orphans] 2024-07-28 11:48:51 -03:00
xbindkeys-config
xborders
xbrightness
xcalib treewide: normalize maintainers list formatting 2024-07-30 16:26:22 +02:00
xcape
xchainkeys
xcwd
xdg-utils xdg-utils: remove mimi 2024-09-09 21:35:25 +02:00
xdotool treewide: remove viric from meta.maintainers [orphans] 2024-07-28 11:48:51 -03:00
xdragon
xgeometry-select
xidlehook treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
xinput_calibrator
xkb-switch
xkb-switch-i3
xkbset
xkbvalidate
xkeysnail
xlayoutdisplay
xloadimage treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
xlogo
xmacro
xmagnify
xmcp
xmousepasteblock
xnee
xnotify xnotify: remove with statements 2024-08-18 06:32:22 -07:00
xob
xplugd
xpra treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
xprintidle
xprintidle-ng
xprompt xprompt: remove with statements 2024-08-18 06:32:22 -07:00
xrectsel
xrestop
xsecurelock
xsettingsd xsettingsd: add meta.mainProgram 2024-08-07 10:08:51 +03:00
xssstate
xtrace treewide: remove viric from meta.maintainers [orphans] 2024-07-28 11:48:51 -03:00
xtruss
xvkbd
xwallpaper xwallpaper: 0.7.4 -> 0.7.5 2024-09-20 03:31:37 +00:00
xwinmosaic
xwinwrap
xzoom