Merge pull request #195112 from wegank/freqtweak-wxgtk

This commit is contained in:
Sandro
2022-10-11 21:12:56 +02:00
committed by GitHub
+1 -1
View File
@@ -6669,7 +6669,7 @@ with pkgs;
freeze = callPackage ../tools/security/freeze { };
freqtweak = callPackage ../applications/audio/freqtweak {
wxGTK = wxGTK31-gtk2;
wxGTK = wxGTK32;
};
frescobaldi = python3Packages.callPackage ../misc/frescobaldi {};