nixpkgs/pkgs/by-name/tr
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
..
tracexec treewide: change ${pname} to string literal (#336172) 2024-08-20 15:56:55 -07:00
tracker-miners treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
tracy treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
tradingview
trak
transfer-sh
transmission_3 treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
trealla treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
treecat
treedome treedome: 0.4.5 -> 0.5.1 2024-08-20 17:22:05 +07:00
treefmt1
treefmt2 treefmt2: 2.0.4 -> 2.0.5 (#336307) 2024-08-21 13:47:51 +02:00
trexio trexio: 2.4.2 -> 2.5.0 2024-09-13 05:35:12 +00:00
tribler
trickest-cli trickest-cli: 1.8.1 -> 1.8.2 2024-08-07 05:15:51 +00:00
tridactyl-native pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
triehash treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
trigger-control treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
triton-llvm treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
trlib trlib: init at 0.4 2024-08-08 00:26:49 +02:00
troubadix troubadix: 24.8.2 -> 24.9.2 2024-09-18 11:48:41 +00:00
trrntzip
trunk-io trunk-io: 1.3.1 -> 1.3.2 2024-09-09 02:16:41 +00:00
trunk-ng treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00