overrides: remove unnecessary parallel-ssh overrides
This commit is contained in:
parent
d546617d92
commit
4f3141bc9c
1 changed files with 0 additions and 15 deletions
|
@ -71,21 +71,6 @@ in
|
||||||
jupyter-server-proxy
|
jupyter-server-proxy
|
||||||
;
|
;
|
||||||
|
|
||||||
ssh-python = latest.python3Packages.ssh-python.override {
|
|
||||||
inherit (pythonPrev) buildPythonPackage;
|
|
||||||
};
|
|
||||||
ssh2-python = latest.python3Packages.ssh2-python.override {
|
|
||||||
inherit (pythonPrev) buildPythonPackage;
|
|
||||||
};
|
|
||||||
parallel-ssh = latest.python3Packages.parallel-ssh.override {
|
|
||||||
inherit (pythonFinal)
|
|
||||||
buildPythonPackage
|
|
||||||
gevent
|
|
||||||
ssh-python
|
|
||||||
ssh2-python
|
|
||||||
;
|
|
||||||
};
|
|
||||||
|
|
||||||
qtile-extras = pythonPrev.qtile-extras.overridePythonAttrs {
|
qtile-extras = pythonPrev.qtile-extras.overridePythonAttrs {
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue