nixpkgs/pkgs/tools/audio
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
..
abcm2ps treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
accuraterip-checksum treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
alsaequal
asap
audiowaveform
bark
beets treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
botamusique
bpm-tools
catnip
catnip-gtk4 treewide: move gobject-introspection from buildInputs to nativeBuildInputs (#321411) 2024-06-22 03:39:00 +03:00
darkice darkice: 1.4 -> 1.5 2024-07-01 20:19:51 +00:00
dl-librescore treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
dsp treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
essentia-extractor
ezstream treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
glyr treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
goxlr-utility goxlr-utility: 1.1.1 -> 1.1.1-unstable-2024-08-06 2024-08-08 14:20:38 +03:00
gvolicon adwaita-icon-theme: Move from gnome scope to top-level 2024-07-01 08:26:46 +02:00
headset-charge-indicator
headsetcontrol
isrcsubmit treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
kaldi treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
linuxwave
liquidsoap
loudgain loudgain: add patches for FFmpeg 7 and GCC 14 2024-08-20 22:33:39 +01:00
mictray
midicsv
midimonster
mp3cat treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
mpd-discord-rpc treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
mpd-mpris treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
mpd-notification mpd-notification: add systemd to buildInputs (#293883) 2024-09-17 00:45:03 +02:00
mpd-sima treewide: sha256 -> hash attribute for gitlab.com fetchers 2024-07-13 22:28:37 +08:00
mpdas
mpdcron treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
mpdris2 treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
mpris-scrobbler treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
nanotts
openai-whisper-cpp treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
opl3bankeditor treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
pa-applet
pasystray adwaita-icon-theme: Move from gnome scope to top-level 2024-07-01 08:26:46 +02:00
patray treewide: sha256 -> hash attribute for pypi fetchers 2024-07-14 01:25:22 +08:00
picotts
piper treewide: Pass self when overriding Python 2024-08-03 12:18:56 +12:00
playerctl playerctl: enable zsh completions 2024-09-11 12:57:56 -06:00
pnmixer
pulsemixer
pw-volume treewide: change cargoSha256 with SRI hash to cargoHash 2024-07-03 21:53:11 +08:00
qastools
shaq treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
spotdl spotdl: 4.2.7 -> 4.2.8 2024-09-10 09:27:52 +00:00
stt
tidal-dl treewide: sha256 -> hash attribute for pypi fetchers 2024-07-14 01:25:22 +08:00
trx treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
tts treewide: Pass self when overriding Python 2024-08-03 12:18:56 +12:00
unflac
vgmtools treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
video2midi
volctl
volumeicon treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
whisper-ctranslate2 whisper-ctranslate2: 0.4.4 -> 0.4.5 2024-07-04 08:28:30 +00:00
wyoming Merge master into staging-next 2024-07-01 06:01:15 +00:00
yabridge treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
yabridgectl treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00