freqtweak: migrate to wxGTK32

This commit is contained in:
Weijia Wang
2022-10-08 20:02:49 +02:00
parent a989aa4619
commit 96df86a001
+1 -1
View File
@@ -6635,7 +6635,7 @@ with pkgs;
freetube = callPackage ../applications/video/freetube { };
freqtweak = callPackage ../applications/audio/freqtweak {
wxGTK = wxGTK31-gtk2;
wxGTK = wxGTK32;
};
frescobaldi = python3Packages.callPackage ../misc/frescobaldi {};