nixpkgs/pkgs/by-name/an
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
..
ananicy-cpp ananicy-cpp: make bpf support optional 2024-07-28 01:16:48 +05:30
ananicy-rules-cachyos ananicy-rules-cachyos: 0-unstable-2024-08-26 -> 0-unstable-2024-09-18 2024-09-23 01:59:10 +00:00
anchor treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
andi andi: init at 0.14 2024-08-18 11:10:01 +09:00
android-studio-tools treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
anime4k treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
annextimelog annextimelog: 0.5.0 -> 0.13.1 2024-04-07 09:20:18 +02:00
annotator treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
ansel maintainers: remove eclairevoyant 2024-09-10 15:02:41 -04:00
ansible-cmdb ansible-cmdb: init at 1.31 2024-06-30 08:59:35 +03:00
ansible-navigator ansible-navigator: modernize and make build again 2024-08-07 21:48:14 -04:00
antares treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
antimatter-dimensions antimatter-dimensions: 0-unstable-2024-06-28 -> 0-unstable-2024-08-12 2024-08-19 03:24:53 +00:00
antiprism treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
any-nix-shell any-nix-shell: 2.0.0 -> 2.0.1 2024-07-23 18:25:39 +00:00
anyk pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
anyrun treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
anytype anytype: add commandLineArgs 2024-09-18 09:51:02 +08:00