nixpkgs/pkgs/development/octave-modules
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
..
arduino
audio
bim
bsltl
cgi
communications
control
data-smoothing
database
dataframe
dicom octavePackages.dicom: 0.6.0 -> 0.6.1 2024-08-07 08:29:15 +00:00
divand
doctest
econometrics
fem-fenics
financial pkgs/development: remove unused arguments 2024-08-03 17:18:20 +02:00
fits
fpl
fuzzy-logic-toolkit octavePackages.fuzzy-logic-toolkit: 0.6.0 -> 0.6.1 2024-09-04 18:46:08 +00:00
ga
general
generate_html
geometry
gsl treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
image
image-acquisition octavePackages.image-acquisition: propagate libv4l to runtime 2024-09-01 11:01:33 -05:00
instrument-control
interval
io
level-set pkgs/development: remove unused arguments 2024-08-03 17:18:20 +02:00
linear-algebra
lssa
ltfat
mapping
matgeom
miscellaneous octavePackages.miscellaneous: 1.3.0 -> 1.3.1 2024-08-01 07:24:49 +00:00
msh
mvn
nan treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
ncarray octavePackages.ncarray: 1.0.5 -> 1.0.6 2024-07-19 11:33:12 +03:00
netcdf octavePackages.netcdf: 1.0.16 -> 1.0.17 2024-07-19 11:33:33 +03:00
nurbs
ocl treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
octclip
octproj
optics
optim
optiminterp treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
parallel
quaternion
queueing
signal
sockets
sparsersb
splines
statistics octavePackages.statistics: 1.6.0 -> 1.6.7 2024-07-25 01:42:39 -07:00
stk
strings treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
struct
symbolic
tisean
tsa
vibes
video octavePackages.video: 2.0.2 -> 2.1.1 2024-08-22 15:22:25 +01:00
vrml
windows
zeromq