nixpkgs/pkgs/by-name/au
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
..
audible-cli treewide: remove pythonRelaxDepsHook references 2024-06-14 14:52:00 +02:00
audiness python312Packages.typer: include standard optional 2024-07-18 18:54:10 +02:00
audio-sharing audio-sharing: 0.2.2 -> 0.2.4 2024-05-06 23:46:00 +00:00
audiobookshelf audiobookshelf: 2.13.3 -> 2.13.4 2024-09-15 07:59:37 +00:00
audion audion: 0.2.0 -> 0.2.1 2024-06-18 08:50:13 +00:00
audit treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
authentik authentik: 2024.6.1 -> 2024.6.4 2024-09-08 17:05:18 +01:00
auto-changelog auto-changelog: 2.4.0 -> 2.5.0 2024-09-12 08:47:15 +02:00
auto-cpufreq auto-cpufreq: 2.3.0 -> 2.4.0 2024-09-05 12:09:05 +01:00
auto-epp
autoAddDriverRunpath autoAddDriverRunpathHook: init 2024-03-30 10:14:14 -07:00
autobloody
autoFixElfFiles
autologin autologin: init at 1.0.0 2024-09-23 03:15:20 +02:00
autoprefixer autoprefixer: 10.4.19 -> 10.4.20 2024-08-09 10:02:38 +00:00
autopsy treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
autosuspend autosuspend: 7.0.0 -> 7.0.1 2024-09-22 19:14:44 +00:00
autotools-language-server autotools-language-server: fix build with old tree-sitter 0.21 2024-09-04 22:37:06 +03:00