1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-04 19:45:54 +00:00

qarte: Use qt5.15, as pyqt5 in it (#99956)

This commit is contained in:
Doron Behar 2020-10-08 19:38:27 +03:00 committed by Frederik Rietdijk
parent a9a2cc99b9
commit 8b8febd15f

View file

@ -6493,7 +6493,7 @@ in
jre = jre8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
};
qarte = libsForQt514.callPackage ../applications/video/qarte { };
qarte = libsForQt5.callPackage ../applications/video/qarte { };
qlcplus = libsForQt512.callPackage ../applications/misc/qlcplus { };