nixpkgs/pkgs/by-name/ca
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
..
cached-nix-shell cached-nix-shell: 0.1.5 -> 0.1.6 2024-07-07 22:28:05 +00:00
caddy
cadzinho
caido caido: 0.33.0 -> 0.39.0 (#328499) 2024-07-26 21:38:52 +02:00
calibre-web treewide: Pass self when overriding Python 2024-08-03 12:18:56 +12:00
caligula
cameractrls cameractrls: init at 0.6.6 2024-07-26 01:07:06 +08:00
canard canard: init at 0.0.2-unstable-2024-04-22 2024-06-27 16:41:11 +08:00
candy-icons
cano
canon-capt
cansina
capslock
cardboard
cargo-autoinherit
cargo-bloat
cargo-bump
cargo-expand cargo-expand: 1.0.88 -> 1.0.89 2024-08-01 00:46:23 +00:00
cargo-features-manager
cargo-geiger
cargo-i18n
cargo-information
cargo-make cargo-make: 0.37.14 -> 0.37.15 2024-08-01 07:47:17 +00:00
cargo-pgo
cargo-profiler treewide: change cargoSha256 with SRI hash to cargoHash manually 2024-07-03 21:53:31 +08:00
cargo-raze
cargo-rdme
cargo-shear cargo-shear: 1.1.0 -> 1.1.1 2024-07-27 11:01:18 +00:00
cargo-swift treewide: remove unused occurence of stdenv (and other) arguments 2024-07-14 04:32:56 +02:00
cargo-typify
cargo-unfmt
cargo-vibe
cargo-wasi fetchCrate: sha256 -> hash 2024-07-14 13:48:13 -04:00
cargo-wizard
cargo-xwin cargo-xwin: 0.17.2 -> 0.17.3 2024-07-23 12:51:45 +00:00
cartridges Merge pull request #326497 from getchoo/pkgs/cartridges/search-provider 2024-07-29 00:36:51 +02:00
cassette cassette: enable strictDeps 2024-07-11 12:11:24 +03:00
castero treewide: fix typos of pythonImportsCheck 2024-06-24 21:15:57 +00:00
castxml castxml: 0.6.6 -> 0.6.8 2024-07-08 23:10:44 +02:00
cat9 cat9: unstable-2023-11-06 -> 0-unstable-2024-06-17 2024-06-28 15:13:24 -03:00
catnest catnest: init at 0.2.1 2024-07-11 21:49:56 +08:00
catppuccin
catppuccin-catwalk
catppuccin-cursors
catppuccin-fcitx5
catppuccin-grub
catppuccin-gtk catppuccin-gtk: fix inconsistent theme name 2024-07-03 09:45:42 +01:00
catppuccin-plymouth
catppuccin-qt5ct
catppuccin-sddm
catppuccin-sddm-corners
catppuccin-whiskers
catppuccinifier-cli
catppuccinifier-gui
cavalier