cadence: use qt 5.14 consistently
This commit is contained in:
parent
93111343dc
commit
64388b5b55
@ -19741,7 +19741,17 @@ in
|
|||||||
|
|
||||||
bambootracker = libsForQt5.callPackage ../applications/audio/bambootracker { };
|
bambootracker = libsForQt5.callPackage ../applications/audio/bambootracker { };
|
||||||
|
|
||||||
cadence = libsForQt514.callPackage ../applications/audio/cadence { };
|
cadence = let
|
||||||
|
# Use Qt 5.14 consistently
|
||||||
|
pkgs_ = pkgs.extend(_: prev: {
|
||||||
|
pythonInterpreters = prev.pythonInterpreters.override(oldAttrs: {
|
||||||
|
pkgs = oldAttrs.pkgs.extend(_: _: {
|
||||||
|
qt5 = pkgs.qt514;
|
||||||
|
libsForQt5 = pkgs.libsForQt514;
|
||||||
|
});
|
||||||
|
});
|
||||||
|
});
|
||||||
|
in pkgs_.libsForQt514.callPackage ../applications/audio/cadence { };
|
||||||
|
|
||||||
cheesecutter = callPackage ../applications/audio/cheesecutter { };
|
cheesecutter = callPackage ../applications/audio/cheesecutter { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user