nixpkgs/pkgs/development/tools/ocaml
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
..
camlidl treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
camlp4 treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
camlp5 ocamlPackages.camlp5: 8.02.01 → 8.03.00 2024-07-30 06:57:22 +02:00
cppo treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00
crunch
dune treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
dune-release
findlib
js_of_ocaml treewide: remove unused lib (and other) arguments 2024-07-26 11:18:09 +02:00
merlin treewide: remove unused lib (and other) arguments 2024-07-26 11:18:09 +02:00
oasis
obelisk obelisk: 0.6.0 -> 0.7.0 2024-07-03 02:05:11 +00:00
obuild treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
ocaml-recovery-parser treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
ocaml-top treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
ocamlbuild ocamlPackages.ocamlbuild: use version 0.14.3 with OCaml 4.07 2024-09-23 07:46:22 +02:00
ocamlify
ocamlmod
ocamlscript
ocp-build treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
ocp-indent treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
ocp-index treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
ocsigen-i18n
omake treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
opaline
opam treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
opam2json
opam-publish opam-publish: 2.3.1 -> 2.4.0 2024-08-07 04:58:49 +00:00
utop pkgs/development: remove unused arguments 2024-08-03 17:18:20 +02:00