patched wine for softube

This commit is contained in:
Matt Nish-Lapidus 2024-12-22 16:06:12 -05:00
parent 29406145dd
commit 3adbc0d432
2 changed files with 182 additions and 2 deletions

View file

@ -17,6 +17,12 @@
];
});
})
(_: prev: {
wineWowPackages.stagingFull = prev.wineWowPackages.stagingFull.overrideAttrs (old: {
patches = old.patches ++ [ ./wine-6006.patch ];
});
})
];
};
@ -131,6 +137,7 @@
html-tidy
tree-sitter
libsecret
samba4Full
waylandpp.dev
wayland-utils
@ -246,10 +253,10 @@
fontconfigSupport = true;
vulkanSupport = true;
})
wineWowPackages.fonts
# wineWowPackages.fonts
winetricks
bottles
# bottles
(pkgs-unstable.yabridge.override {
wine = (wineWowPackages.stagingFull.override {