trying to patch yabridge

This commit is contained in:
Matt Nish-Lapidus 2025-06-20 15:47:27 -04:00
parent d048a0ae76
commit 80598a1ff1
9 changed files with 25 additions and 979 deletions

View file

@ -56,17 +56,6 @@
});
})
# adds wine patch that makes softube plugin ui work
(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 {
@ -363,7 +352,7 @@
services.accounts-daemon.enable = true;
programs.virt-manager.enable = true;
# programs.virt-manager.enable = true;
virtualisation = {
libvirtd = {
enable = true;