overrides: use pythonPackagesExtensions for python overrides
This commit is contained in:
parent
e7669dfef7
commit
73698b6684
1 changed files with 4 additions and 4 deletions
|
@ -47,8 +47,8 @@ in
|
||||||
|
|
||||||
schildichat-desktop = stable.schildichat-desktop.override { electron = final.electron_30; };
|
schildichat-desktop = stable.schildichat-desktop.override { electron = final.electron_30; };
|
||||||
|
|
||||||
python3 = prev.python3.override {
|
pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [
|
||||||
packageOverrides = pythonFinal: pythonPrev: {
|
(pythonFinal: pythonPrev: {
|
||||||
inherit (final) jupyterlab-vim jupyterlab-myst;
|
inherit (final) jupyterlab-vim jupyterlab-myst;
|
||||||
|
|
||||||
qtile = pythonPrev.qtile.overrideAttrs (oldAttrs: {
|
qtile = pythonPrev.qtile.overrideAttrs (oldAttrs: {
|
||||||
|
@ -61,8 +61,8 @@ in
|
||||||
qtile-extras = pythonPrev.qtile-extras.overridePythonAttrs {
|
qtile-extras = pythonPrev.qtile-extras.overridePythonAttrs {
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
};
|
};
|
||||||
};
|
})
|
||||||
};
|
];
|
||||||
|
|
||||||
qtile = prev.qtile.overrideAttrs {
|
qtile = prev.qtile.overrideAttrs {
|
||||||
version = final.python3Packages.qtile.version;
|
version = final.python3Packages.qtile.version;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue