nixpkgs/pkgs/by-name/ta
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
..
tabby treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
tabiew tabiew: 0.6.1 -> 0.6.2 2024-08-21 04:18:47 +00:00
tailscale-gitops-pusher maintainers/team-list: add cyberus team (#331059) 2024-09-16 18:14:16 +08:00
tailscale-nginx-auth treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
tailscalesd
tailwindcss-language-server treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
talecast treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
taler-challenger taler-{sync,challenger}: rename from {sync,challenger} 2024-09-04 12:45:21 +02:00
taler-depolymerization treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
taler-exchange taler-exchange: 0.12.0 -> 0.13.0 2024-09-04 12:45:21 +02:00
taler-merchant taler-merchant: 0.12.0 -> 0.13.0, use packaged wallet 2024-09-04 12:45:21 +02:00
taler-sync taler-{sync,challenger}: rename from {sync,challenger} 2024-09-04 12:45:21 +02:00
taler-wallet-core taler-wallet-core: 0.13.1 -> 0.13.3 2024-09-17 18:58:21 +01:00
tali pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
tana tana: 1.0.15 -> 1.0.16 2024-08-14 15:46:38 +00:00
tandem-aligner tandem-aligner: move to by-name 2024-08-04 13:37:12 +02:00
tangerine treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
tap-plugins treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
tarlz pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
tartan treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
tartufo tartufo: init at 5.0.1 2024-09-17 10:06:40 +02:00
taschenrechner
taskchampion-sync-server pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
tasks treewide: remove unused occurence of stdenv (and other) arguments 2024-07-14 04:32:56 +02:00
taskwarrior2 taskwarrior2: rename from taskwarrior, with a warning alias 2024-08-14 08:06:10 +03:00
taskwarrior3 treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
taxi treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00