patched wine for softube
This commit is contained in:
parent
29406145dd
commit
3adbc0d432
2 changed files with 182 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue