Skip to content

Commit

Permalink
qpaeq: Use qt5.15, as pyqt5 in it (NixOS#99956)
Browse files Browse the repository at this point in the history
(cherry picked from commit 38d517f)
  • Loading branch information
doronbehar authored and FRidh committed Oct 13, 2020
1 parent 0ee4d1e commit fb7035e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16594,7 +16594,7 @@ in
inherit (darwin.apple_sdk.frameworks) CoreServices AudioUnit Cocoa;
};

qpaeq = libsForQt514.callPackage ../servers/pulseaudio/qpaeq.nix { };
qpaeq = libsForQt5.callPackage ../servers/pulseaudio/qpaeq.nix { };

pulseaudioFull = pulseaudio.override {
x11Support = true;
Expand Down

0 comments on commit fb7035e

Please sign in to comment.