nixpkgs/pkgs/by-name/op
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
..
opcua-commander
open62541 open62541: enable on unix 2024-09-12 10:05:40 +04:00
open-english-wordnet
open-fprintd pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
open-scq30 treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
open-vm-tools
open-webui open-webui: 0.3.20 -> 0.3.21 2024-09-08 09:29:11 +02:00
openapi-changes
openapi-python-client treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
openapi-tui
openasar openasar: 0-unstable-2024-06-30 -> 0-unstable-2024-09-06 2024-09-06 22:14:58 +00:00
opencflite
opencomposite
openctm treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
openfga openfga: 1.6.0 -> 1.6.1 2024-09-18 09:12:25 +00:00
openfga-cli openfga-cli: 0.6.0 -> 0.6.1 2024-09-18 06:12:00 +00:00
openfst openfst: migrate to by-name 2024-09-01 15:46:31 +04:00
opengfw
opengist
opengrm-ngram opengrm-ngram: migrate to by-name 2024-09-01 15:47:56 +04:00
opengv
openh264
openjph
openjump
openllm
openmesh
openmsx openmsx: 19.1 -> 20_0 2024-09-22 14:59:52 +00:00
openorienteering-mapper treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
openpam
openpgl treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
openpgp-ca treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
openpgp-card-tools treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
openpomodoro-cli
openrocket
openrussian-cli
openscad-unstable treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
openscap treewide: remove executable bit from .nix files 2024-09-14 13:08:57 +02:00
opensearch-cli
opensnitch
opensnitch-ui
opensoundmeter
opensplat
openswitcher
opentelemetry-collector-builder
opentelemetry-cpp treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
openttd-ttf
openturns treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
opentype-sanitizer
openvas-scanner openvas-scanner: 23.8.5 -> 23.9.0 2024-09-15 02:03:12 +00:00
openvas-smb pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
openvr treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
openvswitch
ophcrack treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
opshin opshin: 0.22.0 -> 0.23.0 2024-08-27 12:20:32 +00:00
optinix