pythonPackages: use current qt5 instead of 5.14

This commit is contained in:
Frederik Rietdijk 2020-10-07 15:46:46 +02:00
parent 0331c39d4e
commit edac19f166

View File

@ -10217,10 +10217,9 @@ in
python3Packages = python3.pkgs;
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: _: {
qt5 = final.qt514;
libsForQt5 = final.libsForQt514;
});
};
inherit (pythonInterpreters) python27 python36 python37 python38 python39 python3Minimal pypy27 pypy36;