trying to patch yabridge

This commit is contained in:
Matt Nish-Lapidus 2025-06-20 15:55:34 -04:00
parent 80598a1ff1
commit 8f34589f02
5 changed files with 12 additions and 11 deletions

View file

@ -56,6 +56,15 @@
});
})
(final: prev: {
wineWowPackages.stagingFull = pkgs-stable.wineWowPackages.stagingFull.overrideAttrs (old: {
patches = [ ../../patches/wine-6006.patch ];
waylandSupport = true;
fontconfigSupport = true;
vulkanSupport = true;
});
})
# adds newer bitwig version package. i'm sure this is a hack, but it works.
(final: prev: {
bitwig-studio5-3 = pkgs-local.bitwig-studio.bitwig-bubblewrap.override {