pythonPackages: use current qt5 instead of 5.14
This commit is contained in:
parent
0331c39d4e
commit
edac19f166
@ -10217,10 +10217,9 @@ in
|
|||||||
python3Packages = python3.pkgs;
|
python3Packages = python3.pkgs;
|
||||||
|
|
||||||
pythonInterpreters = callPackage ./../development/interpreters/python {
|
pythonInterpreters = callPackage ./../development/interpreters/python {
|
||||||
# Overrides that apply to all Python interpreters
|
# Overrides that apply to all Python interpreters and their packages
|
||||||
|
# Generally, this should be avoided.
|
||||||
pkgs = pkgs.extend (final: _: {
|
pkgs = pkgs.extend (final: _: {
|
||||||
qt5 = final.qt514;
|
|
||||||
libsForQt5 = final.libsForQt514;
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
inherit (pythonInterpreters) python27 python36 python37 python38 python39 python3Minimal pypy27 pypy36;
|
inherit (pythonInterpreters) python27 python36 python37 python38 python39 python3Minimal pypy27 pypy36;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user