summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorfreezeboy <freezeboy@users.noreply.github.com>2020-11-13 20:31:08 +0100
committerfreezeboy <freezeboy@users.noreply.github.com>2020-11-20 22:24:29 +0100
commitdf3065a7efefaa1fdfb8cf2c81d03e52eb5272ed (patch)
treef5d516910223603e909f6c37de455a78997bfbc5 /pkgs
parent78e3620fdc727162e4445656d48566f614bd8ec9 (diff)
csound-qt: migrate to Qt5.15
Did not touch the dependency to python27 but may require another PR
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 6c6f15265bc9..79a91aa0cd63 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -20478,7 +20478,7 @@ in
pygments = python27Packages.pygments;
};
- csound-qt = libsForQt514.callPackage ../applications/audio/csound/csound-qt {
+ csound-qt = libsForQt5.callPackage ../applications/audio/csound/csound-qt {
python = python27;
};