nixpkgs/pkgs/applications/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
..
86box treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
basiliskii
blink
box64 box64: 0.2.8 -> 0.3.0 2024-07-10 06:05:24 +00:00
box86 box86: Fix updateScript 2024-07-30 17:21:46 +02:00
bsnes treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
c64-debugger c64-debugger: use pname instead of name 2024-06-05 20:42:11 +02:00
caprice32 treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
ccemux treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
cdemu libmirage: improve meta.description 2024-09-18 14:39:39 -07:00
cen64 treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
collapseos-cvm
craftos-pc craftos-pc: 2.8.2 -> 2.8.3 2024-08-16 14:21:45 -07:00
darcnes
darling darling: fix build 2024-09-07 18:15:31 +03:00
dlx treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
dolphin-emu treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
dosbox treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
dosbox-x dosbox-x: 2024.03.01 -> 2024.07.01 2024-07-02 12:34:26 +00:00
fceux treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
firebird-emu tree-wide: enable LTO on Darwin 2024-07-20 03:19:54 -04:00
flycast treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
fuse-emulator treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
gens-gs tree-wide: remove eelco as maintainer from things he no longer maintains 2024-08-21 01:17:45 -07:00
goldberg-emu treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
hatari treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
kega-fusion
lambda-delta lambda-delta: fix build with clang 2024-04-21 21:50:11 -04:00
libdsk treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
maiko
mame treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
mupen64plus treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
np2kai treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
nuked-md
oberon-risc-emu
pcem treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
proton-caller
punes punes-qt6: Fetch patch to fix Qt 6.7.1 compat 2024-05-29 15:12:41 +02:00
retroarch treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
retrofe treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
ripes treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
ruffle treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
sameboy sameboy: 0.16.5 -> 0.16.6 2024-06-14 14:56:02 +00:00
simplenes treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
tamatool treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
termtekst
tilem
uae
vbam vbam: 2.1.10 -> 2.1.11 2024-09-21 22:56:26 +00:00
vice treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
wibo
wine treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
wineasio
xcpc xcpc: remove 'with lib;' 2024-08-16 16:09:03 +02:00
yabause treewide: replace freeglut with libglut 2024-06-22 18:06:51 +01:00
zsnes treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00