csound-qt: migrate to Qt5.15

Did not touch the dependency to python27 but may require another PR
This commit is contained in:
freezeboy 2020-11-13 20:31:08 +01:00
parent 78e3620fdc
commit df3065a7ef

View File

@ -20478,7 +20478,7 @@ in
pygments = python27Packages.pygments; pygments = python27Packages.pygments;
}; };
csound-qt = libsForQt514.callPackage ../applications/audio/csound/csound-qt { csound-qt = libsForQt5.callPackage ../applications/audio/csound/csound-qt {
python = python27; python = python27;
}; };