nixpkgs/pkgs/applications/blockchains
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
..
alfis treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
aperture
atomic-swap
besu treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
bisq-desktop bisq-desktop: 1.9.16 -> 1.9.17 2024-06-28 05:55:04 +00:00
bitcoin treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
bitcoin-abc treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
bitcoin-knots treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
btcd btcd: 0.24.0 -> 0.24.2 2024-06-26 00:25:59 +00:00
btcdeb
btcpayserver btcpayserver: 1.13.1 -> 1.13.5 2024-08-30 13:02:10 +02:00
cgminer
charge-lnd
clboss clboss: 0.13.2 -> 0.13.3 2024-08-16 01:01:33 +00:00
clightning treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
crypto-org-wallet
cryptop
dcrctl treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
dcrd
dcrwallet dcrwallet: 2.0.3 -> 2.0.4 2024-09-04 03:38:53 +00:00
digibyte
eclair treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
electrs treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
elements treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
ergo treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
erigon erigon: 2.60.5 -> 2.60.6 2024-08-18 05:26:31 +00:00
exodus exodus: 24.19.3 -> 24.19.4 2024-05-15 12:24:59 +00:00
faraday
framesh
fulcrum fulcrum: 1.11.0 -> 1.11.1 2024-09-13 14:03:53 +00:00
gridcoin-research pkgs/applications: remove unused arguments 2024-07-26 11:36:49 +02:00
groestlcoin treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
haven-cli treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
ledger-live-desktop ledger-live-desktop: 2.84.0 -> 2.84.1 2024-08-04 11:12:03 +00:00
lighthouse treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
lightning-loop
lightning-pool
lightwalletd treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
litecoin treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
lnd lnd: 0.18.2 -> 0.18.3 2024-09-12 14:24:39 -07:00
lndconnect
lndhub-go lndhub-go: 1.0.1 -> 1.0.2 2024-06-29 05:59:41 +00:00
lndinit
lndmanage
miniscript treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
monero-cli treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
monero-gui treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
mycrypto treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
namecoin treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
nano-wallet
nbxplorer nbxplorer: 2.5.2 -> 2.5.6 2024-08-30 13:02:09 +02:00
nearcore pkgs/applications: remove unused arguments 2024-07-26 11:36:49 +02:00
optimism treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
particl-core treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
polkadot treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
quorum treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
snarkos treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
solana-validator treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
sparrow pkgs/applications: remove unused arguments 2024-07-26 11:36:49 +02:00
stellar-core
sumokoin treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
taproot-assets taproot-assets: 0.4.0 -> 0.4.1 2024-08-05 09:12:49 +00:00
teos treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
terra-station pkgs/applications: remove unused arguments 2024-07-26 11:36:49 +02:00
tessera
ton treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
torq
trezor-suite trezor-suite: 24.7.2 -> 24.8.3 2024-08-24 15:16:58 +02:00
vertcoin treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
wasabibackend treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
wasabiwallet wasabiwallet: 2.0.8 -> 2.0.8.1 2024-06-09 14:16:27 +00:00
wownero treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
zcash treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
zecwallet-lite treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00