nixpkgs/pkgs/by-name/gn
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
..
gnome-2048 pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
gnome-applets gnome-applets: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
gnome-autoar pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
gnome-backgrounds
gnome-bluetooth pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
gnome-boxes
gnome-calculator
gnome-calendar
gnome-characters
gnome-chess
gnome-clocks
gnome-color-manager pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
gnome-common pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
gnome-connections
gnome-contacts
gnome-control-center gnome-control-center: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
gnome-disk-utility gnome-settings-daemon{,43}: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
gnome-feeds
gnome-flashback gnome-flashback: Fix mkSystemdTargetForWm eval 2024-09-07 16:40:36 +08:00
gnome-font-viewer
gnome-graphs
gnome-initial-setup
gnome-keyring
gnome-klotski pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
gnome-logs
gnome-mahjongg
gnome-maps treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gnome-mines pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
gnome-monitor-config gnome-monitor-config: fix cross compilation, set strictDeps 2024-08-31 15:08:46 -04:00
gnome-music
gnome-nettool pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
gnome-nibbles
gnome-notes pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
gnome-online-accounts-gtk
gnome-packagekit pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
gnome-panel treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
gnome-pomodoro treewide: adopt some unmaintained GTK packages 2024-09-14 21:07:29 +08:00
gnome-power-manager pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
gnome-remote-desktop
gnome-robots pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
gnome-screenshot pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
gnome-session gnome-session: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
gnome-settings-daemon treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
gnome-shell gnome-shell: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
gnome-shell-extensions
gnome-software
gnome-sound-recorder pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
gnome-sudoku
gnome-system-monitor
gnome-taquin pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
gnome-terminal
gnome-tetravex pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
gnome-text-editor gnome-text-editor: Move to by-name 2024-09-01 14:16:31 +02:00
gnome-themes-extra pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
gnome-tour gnome-tour: Move to by-name 2024-09-01 14:16:31 +02:00
gnome-tweaks gnome-shell: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
gnome-user-share pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
gnome-weather
gnu-smalltalk treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
gnuastro pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
gnucap treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gnucash treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
gnucobol treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00