nixpkgs/pkgs/applications/radio
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
..
abracadabra abracadabra: 2.5.0 -> 2.5.1 2024-07-15 00:26:42 +00:00
airspy treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
airspyhf
aldo treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
anytone-emu treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
ax25-apps
ax25-tools
btlejack treewide: add meta.mainProgram to packages with a single binary 2024-03-19 03:14:51 +01:00
cloudlog cloudlog: 2.6.14 -> 2.6.15 2024-06-27 10:41:42 +00:00
cqrlog treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
csdr treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
cubicsdr treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
dablin dablin: 1.15.0 -> 1.16.0 2024-04-13 15:00:31 +02:00
dabtools
digiham pkgs/applications: remove unused arguments 2024-07-26 11:36:49 +02:00
direwolf treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
dmrconfig treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
dsd treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
dump1090 treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
ebook2cw treewide: add mainProgram 2024-02-11 03:19:15 +01:00
flamp pkgs/applications: remove unused arguments 2024-07-26 11:36:49 +02:00
fldigi treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
flex-ncat flex-ncat: 0.4-20240702 -> 0.4-20240817.1 2024-08-24 22:09:57 +00:00
flex-ndax treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
fllog treewide: add mainProgram 2024-02-11 03:19:15 +01:00
flmsg treewide: add mainProgram 2024-02-11 03:19:15 +01:00
flrig treewide: add mainProgram 2024-02-11 03:19:15 +01:00
flwrap treewide: add mainProgram 2024-02-11 03:19:15 +01:00
freedv treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gnss-sdr treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
gnuradio treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gqrx treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
gridtracker treewide: sha256 -> hash attribute for gitlab.com fetchers 2024-07-13 22:28:37 +08:00
grig treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
guglielmo treewide: add meta.mainProgram to packages with a single binary 2024-03-19 03:14:51 +01:00
hackrf treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
inspectrum treewide: add meta.mainProgram to packages with a single binary 2024-03-19 03:14:51 +01:00
js8call
kalibrate-hackrf treewide: add mainProgram 2024-02-11 03:19:15 +01:00
kalibrate-rtl
kappanhang treewide: add mainProgram 2024-02-11 03:19:15 +01:00
klog treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
limesuite treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
m17-cxx-demod treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
minimodem treewide: add mainProgram 2024-02-11 03:19:15 +01:00
multimon-ng treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
noaa-apt treewide: add mainProgram 2024-02-11 03:19:15 +01:00
openwebrx treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
pat treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
pothos treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
qdmr treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
qlog treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
qradiolink qradiolink: 0.8.11-1 -> 0.9.0-1 2024-09-05 13:19:44 +02:00
qsstv treewide: add meta.mainProgram to packages with a single binary 2024-03-19 03:14:51 +01:00
quisk quisk: 4.2.37 -> 4.2.38 2024-09-05 23:12:32 +00:00
rscw
rtl_433 treewide: add mainProgram 2024-02-11 03:19:15 +01:00
rtl-ais treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
rtl-sdr treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
sdr-j-fm sdr-j-fm: use qwt6_1 2024-09-16 16:30:27 +03:00
sdrangel sdrangel: 7.21.4 -> 7.22.0 2024-08-13 22:31:36 +00:00
sdrplay treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
sdrpp treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
sigdigger treewide: add meta.mainProgram to packages with a single binary 2024-03-19 03:14:51 +01:00
sigutils
soapyairspy treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
soapyaudio treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
soapybladerf treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
soapyhackrf treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
soapyremote treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
soapyrtlsdr treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
soapysdr python311Packages.soapysdr: unpin swig 2024-08-27 00:24:38 -04:00
soapysdrplay
soapyuhd treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
soundmodem soundmodem: add desktop item 2024-04-08 22:15:15 +02:00
splat treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
srsran treewide: Remove ending period from meta.description 2024-06-09 23:04:51 +02:00
suscan suscan: fix build by adding zlib 2024-07-31 13:16:26 +03:00
suwidgets
svxlink
tlf treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
tncattach treewide: add mainProgram 2024-02-11 03:19:15 +01:00
tqsl Merge pull request #308230 from r-ryantm/auto-update/tqsl 2024-05-11 19:03:09 +02:00
ubertooth treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
uhd treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
unixcw
urh urh: Only pull in qtwayland on Linux 2024-07-15 17:48:58 +02:00
welle-io treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
wsjtx wsjtx - docs: updated homepage ref 2024-02-26 13:30:09 +01:00
xlog treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00