nixpkgs/pkgs/applications/science/electronics
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
..
adms
alliance
appcsxcad
archimedes
bitscope
caneda treewide: remove viric from meta.maintainers [orphans] 2024-07-28 11:48:51 -03:00
csxcad treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
degate treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
digital digital: 0.30 -> 0.31 2024-09-09 20:26:33 +02:00
diylc treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
dsview treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
eagle
flatcam
flopoco treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
fparser
fped fped: remove 'with lib;' 2024-08-16 16:09:03 +02:00
fritzing treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gaw
geda
gerbv treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
gtkwave treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
hal-hardware-analyzer treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
horizon-eda horizon-eda: 2.5.0 -> 2.6.0 2024-09-03 11:14:16 +02:00
hyp2mat
kicad treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
kingstvis treewide: remove unused occurence of stdenv (and other) arguments 2024-07-14 04:32:56 +02:00
lepton-eda
librepcb treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
linux-gpib
nanovna-saver treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
nvc nvc: 1.13.3 -> 1.14.0 2024-09-22 13:38:25 +00:00
openboardview treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
openems
openhantek6022
openroad treewide: unpin SWIG 4 2024-09-12 18:39:57 +01:00
pcb
picoscope picoscope: remove with statements 2024-08-18 06:31:13 -07:00
pulseview treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
qucs-s
simulide treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
sv-lang treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
systemc systemc: Drop victormignot as maintainer 2024-07-06 21:04:34 +02:00
tkgate treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
verilator treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
vhd2vl verilog: rename to actual name iverilog 2024-07-15 08:36:13 -07:00
xcircuit
xoscope treewide: remove viric from meta.maintainers [orphans] 2024-07-28 11:48:51 -03:00
xschem treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
xyce treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00