nixpkgs/pkgs/by-name/ar
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
..
aranym aranym: init at 1.1.0 2024-04-15 11:16:40 -03:00
arc-browser arc-browser: 1.58.1-53264 -> 1.61.0-53949 2024-09-20 19:49:49 +03:00
arcan treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
archipelago archipelago,archipelago-minecraft: init at 0.5.0 2024-07-14 17:07:07 -04:00
arcticons-sans
ardopc
ardugotools ardugotools: 0.6.0 -> 0.6.1 2024-08-08 11:24:33 +02:00
arduino-cli treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
arduino-ide treewide: fix use of extraPkgs in AppImages 2024-05-13 20:35:07 +02:00
ares-cli ares-cli: 3.1.1 -> 3.1.2 2024-08-10 13:12:46 +00:00
argagg
argbash treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
argc argc: 1.20.0 -> 1.20.1 2024-08-17 12:35:23 +00:00
argtable treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
aribb24 treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
arjun
arjun-cnf
ark-pixel-font ark-pixel-font: unbreak by suppressing debug logs, and remove extraneous builds 2024-05-22 20:04:47 +02:00
arkenfox-userjs arkenfox-userjs: 126.1 -> 128.0 2024-08-26 19:55:09 +08:00
arma3-unix-launcher pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
armbian-firmware
armitage treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
arrow-cpp treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
arrow-glib treewide: use src.name in sourceRoot 2024-08-02 14:56:50 +02:00
arrpc arrpc: changed version number to 3.4.0 2024-05-01 16:02:55 +03:00
art treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
artalk artalk: fix ui hash 2024-09-04 13:53:43 +08:00
arxiv-latex-cleaner arxiv-latex-cleaner: 1.0.6 -> 1.0.8 2024-07-28 14:11:09 +00:00