nixpkgs/pkgs/tools/audio
adisbladis e0816431a2 treewide: Pass self when overriding Python
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
  python' = python3.override {
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.

And the same with `self`:
```
with import <nixpkgs> { };
let
  python' = python3.override {
    self = python';
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.

This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
..
abcm2ps
abcmidi abcmidi: 2024.06.18 -> 2024.07.26 2024-07-27 13:17:32 +00: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 lib (and other) arguments 2024-07-26 11:18:09 +02:00
botamusique
bpm-tools
catnip
catnip-gtk4
darkice darkice: 1.4 -> 1.5 2024-07-01 20:19:51 +00:00
dl-librescore treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
dsp
essentia-extractor
ezstream
glyr
goxlr-utility speechd: introduce minimal variant, use it everywhere 2024-07-26 15:48:11 +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
linuxwave
liquidsoap
loudgain
mictray
midicsv
midimonster
mp3cat
mpd-discord-rpc
mpd-mpris
mpd-notification mpd-notification: 0.9.0 -> 0.9.1 2024-06-27 11:23:01 +00:00
mpd-sima treewide: sha256 -> hash attribute for gitlab.com fetchers 2024-07-13 22:28:37 +08:00
mpdas
mpdcron
mpdris2 treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
mpris-scrobbler
nanotts
openai-whisper-cpp treewide: cuda: use propagatedBuildInputs, lib.getOutput 2024-07-02 01:47:19 +00:00
opl3bankeditor
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
pnmixer
pulsemixer
pw-volume treewide: change cargoSha256 with SRI hash to cargoHash 2024-07-03 21:53:11 +08:00
qastools
shaq
spotdl Merge master into staging-next 2024-07-01 18:01:14 +00:00
stt
tidal-dl treewide: sha256 -> hash attribute for pypi fetchers 2024-07-14 01:25:22 +08:00
trx
tts treewide: Pass self when overriding Python 2024-08-03 12:18:56 +12:00
unflac
vgmtools
video2midi
volctl
volumeicon
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
yabridgectl