nixpkgs/pkgs/os-specific/linux/firmware
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
..
ath9k
b43-firmware
b43-firmware-cutter
broadcom-bt-firmware
bt-fw-converter treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
facetimehd-calibration
facetimehd-firmware
firmware-manager firmware-manager: correct license and add mainProgram 2024-05-19 00:57:49 +08:00
firmware-updater firmware-updater: unstable-2023-09-17 -> unstable-2024-18-04 (#308100) 2024-04-30 21:36:59 +00:00
fwupd-efi treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
intel2200BGFirmware
ipu6-camera-bins treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
ivsc-firmware treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
libreelec-dvb-firmware
linux-firmware linux-firmware: 20240811 -> 20240909 2024-09-09 15:53:18 +03:00
raspberrypi treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
raspberrypi-wireless raspberrypiWirelessFirmware: unstable-2023-11-15 -> unstable-2024-02-26 2024-06-17 00:56:22 +07:00
rt5677
rtl8192su-firmware rtl8192su-firmware: remove 'with lib;' 2024-08-16 16:09:03 +02:00
rtl8761b-firmware
sof-firmware sof-firmware: 2024.03 -> 2024.06 2024-07-18 16:12:17 +00:00
system76-firmware
xow_dongle-firmware
zd1211 pkgs/os-specific: remove licenses.gpl2 2024-06-21 12:28:43 +03:00