nixpkgs/pkgs/by-name/br
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
..
braa treewide: change ${pname} to string literal (#336172) 2024-08-20 15:56:55 -07:00
brainflow treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
breads-ad breads-ad: init at 1.2.4-unstable-2024-05-27 2024-06-13 09:49:01 +02:00
breakpointHook breakpointHook: move to by-name, mark broken instead of asserting 2024-08-30 15:03:42 -07:00
breeze-hacked-cursor-theme
brickstore brickstore: 0-unstable-2024-05-02 -> 2024.5.2 2024-06-08 16:33:26 +02:00
brill treewide: change ${pname} to string literal (#336172) 2024-08-20 15:56:55 -07:00
brogue treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
brogue-ce treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
broom treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
browsers browsers: init at 0.5.8 2024-09-03 19:32:08 +09:00
bruno treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
bruteforce-salted-openssl
bruteforce-wallet