Merge pull request #236330 from wegank/pulseeffects-legacy-boost

pulseeffects-legacy: unpin boost172
This commit is contained in:
Weijia Wang
2023-06-07 00:35:54 +03:00
committed by GitHub
+1 -3
View File
@@ -25947,9 +25947,7 @@ with pkgs;
easyeffects = callPackage ../applications/audio/easyeffects { };
pulseeffects-legacy = callPackage ../applications/audio/pulseeffects-legacy {
boost = boost172;
};
pulseeffects-legacy = callPackage ../applications/audio/pulseeffects-legacy { };
soundux = callPackage ../applications/audio/soundux {
yt-dlp = yt-dlp.override { withAlias = true; };