nixpkgs/pkgs/by-name/vi
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
..
viber viber: move to pkgs/by-name 2024-08-26 13:34:14 +02:00
vibrantlinux
victoriametrics vmagent: 1.102.0 -> 1.102.1 2024-08-02 04:19:56 +00:00
video-trimmer video-trimmer: add aleksana to maintainers 2024-08-27 17:16:52 +08:00
vidmerger treewide: remove trailing space in description 2024-07-26 03:38:50 +02:00
vieb treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
vikunja vikunja: 0.24.1 -> 0.24.3 2024-09-20 16:34:51 +02:00
villain villain: 2.1.0 -> 2.2.0 2024-09-16 18:50:04 +02:00
vim-language-server vim-language-server: use to yarn{Build,Config}Hook 2024-07-10 09:39:03 +03:00
vim-startuptime
vimcats pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
vimix-cursors
violet
virtio-win virtio-win: 0.1.248-1 -> 0.1.262-2 2024-08-09 08:18:33 +00:00
vis treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
viw treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00