nixpkgs/pkgs/by-name/te
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
..
teams-for-linux treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
teapot treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
techmino
technitium-dns-server
tecla
tecoc
tegola pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
telegraf treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
telegraph
telescope treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
televido
templ templ: 0.2.771 -> 0.2.778 2024-09-08 14:58:28 +00:00
tenki
tenv
tera-cli
termcap
termpaint treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
termshot
termsnap
termsonic termsonic: 0-unstable-2024-02-02 -> 0-unstable-2024-09-15 2024-09-15 19:42:15 +03:30
termsvg
ternimal
terraform-compliance pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
terraform-docs
terraform-local terraform-local: 0.19.0 -> 0.20.0 2024-09-21 19:57:41 +00:00
terraform-plugin-docs pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
terragrunt terragrunt: 0.66.9 -> 0.67.3 2024-09-08 13:01:19 +00:00
terrapin-scanner
testlib testlib: init at 0.9.41 2024-08-31 22:42:50 +08:00
tetragon pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
tetrio-desktop
textlint
textlint-plugin-latex2e
textlint-plugin-org textlint-plugin-org: init at 0.3.7 2024-09-06 23:46:23 +09:00
textlint-rule-abbr-within-parentheses treewide: remove refs/tags/ from github release meta.changelog urls 2024-08-29 22:45:00 -04:00
textlint-rule-alex treewide: remove refs/tags/ from github release meta.changelog urls 2024-08-29 22:45:00 -04:00
textlint-rule-common-misspellings
textlint-rule-diacritics
textlint-rule-en-max-word-count treewide: remove refs/tags/ from github release meta.changelog urls 2024-08-29 22:45:00 -04:00
textlint-rule-max-comma treewide: remove refs/tags/ from github release meta.changelog urls 2024-08-29 22:45:00 -04:00
textlint-rule-no-start-duplicated-conjunction treewide: remove refs/tags/ from github release meta.changelog urls 2024-08-29 22:45:00 -04:00
textlint-rule-period-in-list-item treewide: remove refs/tags/ from github release meta.changelog urls 2024-08-29 22:45:00 -04:00
textlint-rule-preset-ja-technical-writing
textlint-rule-prh
textlint-rule-stop-words treewide: remove refs/tags/ from github release meta.changelog urls 2024-08-29 22:45:00 -04:00
textlint-rule-terminology treewide: remove refs/tags/ from github release meta.changelog urls 2024-08-29 22:45:00 -04:00
textlint-rule-unexpanded-acronym treewide: remove refs/tags/ from github release meta.changelog urls 2024-08-29 22:45:00 -04:00
textlint-rule-write-good
textpieces textpieces: add aleksana to maintainers 2024-08-28 12:32:07 +08:00
textsnatcher