nixpkgs/pkgs/by-name/gi
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
..
gickup gickup: 0.10.34 -> 0.10.36 2024-09-04 13:47:49 -04:00
gifgen
gifsicle pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
girouette treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gist gist: move to by-name 2024-07-31 09:10:29 +02:00
git-agecrypt treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
git-autoshare git-autoshare: init at 1.0.0b6 2024-08-05 07:50:58 +01:00
git-backup-go git-backup-go: init at 1.6.0 2024-07-17 00:07:53 +08:00
git-codeowners pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
git-fixup pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
git-gamble git-gamble: init at 2.9.0 2024-08-12 20:51:17 +02:00
git-get pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
git-gr treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
git-igitt treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
git-instafix treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
git-my pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
git-pw treewide: replace all pytest-cov patching outside of pythonPackages with pytest-cov-stub 2024-08-27 20:47:13 +02:00
git-releaser
git-run
git-spice git-spice: 0.5.2 -> 0.6.0 2024-09-17 11:41:23 -04:00
git-standup pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
git-together treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
git-toolbelt
git-upstream
gitbutler treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gitcs gitcs: init at 1.2.0 2024-08-07 20:35:08 +05:30
gitea gitea: 1.22.1 -> 1.22.2 2024-09-10 01:17:44 +02:00
gitg treewide: change ${pname} to string literal (#336172) 2024-08-20 15:56:55 -07:00
githooks githooks: 3.0.2 -> 3.0.3 2024-09-20 17:30:03 +00:00
github-desktop github-desktop: 3.3.12 -> 3.4.2 2024-07-10 21:19:33 +02:00
github-runner treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gitlab-ci-local gitlab-ci-local: add version test (#306146) 2024-09-03 19:44:42 +08:00
gitlab-ci-ls treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gitlab-release-cli treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gitlab-runner gitlab-runner: remove bachp as maintainer 2024-09-03 22:02:04 +02:00
gitlab-timelogs treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gitmoji-cli
gitprompt-rs
gittuf gittuf: 0.5.1 -> 0.5.2 2024-07-19 09:20:38 +02:00
gitu treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gitui treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gitversion
gitwatch gitwatch: init at v0.2 2024-08-27 07:35:47 +00:00
giza giza: init at 1.4.1 2024-09-01 00:23:16 +03:00