nixos-config/overlays/wine-yabridge.nix

9 lines
248 B
Nix
Raw Permalink Normal View History

final: prev: {
wineWowPackages.yabridge = prev.wineWowPackages.yabridge.overrideAttrs (old: {
patches = [ ../patches/wine-6006.patch ] ++ old.patches;
waylandSupport = true;
fontconfigSupport = true;
vulkanSupport = true;
});
}