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
  • Loading branch information
doronbehar authored and FRidh committed Oct 8, 2020
1 parent 0cbd755 commit 38d517f
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 @@ -16766,7 +16766,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 38d517f

Please sign in to comment.