nixpkgs/pkgs/by-name/gr
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
..
gr-framework gr-framework: 0.73.6 -> 0.73.7 2024-07-22 21:18:14 +03:00
grafana-alloy treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
grafana-kiosk treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
grafana-reporter pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
grafterm grafterm, konf, octosql, promql: move to by-name hierarchy 2024-07-12 16:54:33 +02:00
grafx2 treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
gramma gramma: remove from nodePackages 2024-06-26 02:18:26 -04:00
granian granian: init at 1.5.2 2024-09-09 14:40:58 -03:00
graphene-hardened-malloc pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
graphicsmagick graphicsmagick: add heif support 2024-09-11 22:50:33 +08:00
graphite-cli graphite-cli: 1.4.3 -> 1.4.4 2024-09-06 09:49:47 +00:00
graphqlmaker
graplang
greenmask
grimblast
grmon
grpc-health-check grpc-health-check: init at unstable-2022-08-19 2024-07-23 16:00:31 +02:00
grun
gruvbox-gtk-theme gruvbox-gtk-theme: 0-unstable-2024-07-22 -> 0-unstable-2024-09-12 2024-09-16 11:55:31 +00:00
gruvbox-plus-icons pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
grype grype: 0.79.6 -> 0.80.0 2024-08-24 19:41:38 +00:00