nixpkgs/pkgs/data/icons
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
..
apple-cursor treewide: follow editorconfig 2024-09-13 18:17:51 +03:00
arc-icon-theme
beauty-line-icon-theme
bibata-cursors treewide: remove dtzWill as maintainer [no orphans] 2024-07-17 13:25:27 -03:00
capitaine-cursors
capitaine-cursors-themed
catppuccin-papirus-folders
colloid-icon-theme colloid-icon-theme: 2024-02-28 -> 2024-08-31 2024-08-31 19:55:50 +00:00
comixcursors
dracula-icon-theme
elementary-xfce-icon-theme
faba-icon-theme
faba-mono-icons
flat-remix-icon-theme treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
fluent-icon-theme
gnome-icon-theme treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
google-cursor
graphite-cursors
gruppled-cursors
gruppled-lite-cursors
gruvbox-dark-icons-gtk
hackneyed
hicolor-icon-theme
humanity-icon-theme
iconpack-jade
iconpack-obsidian
iso-flags
kora-icon-theme
la-capitaine-icon-theme
luna-icons
maia-icon-theme
moka-icon-theme
nordzy-cursor-theme
nordzy-icon-theme
numix-cursor-theme
numix-icon-theme
numix-icon-theme-circle numix-icon-theme-circle: 24.04.22 -> 24.07.19 2024-07-19 23:13:22 +00:00
numix-icon-theme-square numix-icon-theme-square: 24.04.22 -> 24.07.19 2024-07-25 05:34:44 +00:00
oranchelo-icon-theme
paper-icon-theme
papirus-icon-theme
papirus-maia-icon-theme
papirus-nord
phinger-cursors phinger-cursors: 2.0 -> 2.1 2024-07-15 14:52:13 +00:00
pop-icon-theme
qogir-icon-theme
quintom-cursor-theme
reversal-icon-theme
rose-pine
simp1e-cursors
super-tiny-icons
tango-icon-theme
tau-hydrogen
tela-circle-icon-theme
tela-icon-theme tela-icon-theme: 2024-04-19 -> 2024-09-04 2024-09-04 03:15:21 +00:00
vanilla-dmz treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
vimix-cursor-theme
vimix-icon-theme
volantes-cursors treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
whitesur-cursors
whitesur-icon-theme whitesur-icon-theme: 2024-05-28 -> 2024-09-07 2024-09-07 03:45:54 +00:00
zafiro-icons