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:
parent
a9a2cc99b9
commit
8b8febd15f
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue