audacity: ship w/o the webkitgtk dependency

This commit is contained in:
Colin 2023-12-21 03:10:38 +00:00
parent cbd65f0816
commit 245a0544bc
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{ pkgs, ... }:
{
sane.programs.audacity = {
package = pkgs.audacity.override {
# wxGTK32 uses webkitgtk-4.0.
# audacity doesn't actually need webkit though, so diable to reduce closure
wxGTK32 = pkgs.wxGTK32.override {
withWebKit = false;
};
};
};
}

View File

@ -7,6 +7,7 @@
./alacritty.nix
./animatch.nix
./assorted.nix
./audacity.nix
./bemenu.nix
./brave.nix
./calls.nix