update wine with gonX's patches

This commit is contained in:
LavaDesu 2021-06-23 22:30:40 +07:00
parent 2f58a31d18
commit 0de749a026
Signed by: cilly
GPG key ID: 6500251E087653C9
5 changed files with 11384 additions and 17 deletions

View file

@ -1,6 +1,6 @@
self: super: {
wine-osu = (super.wineStaging.overrideDerivation(o: {
patches = (o.patches or []) ++ [ ./misc/wine-lowlatency.patch ];
patches = (o.patches or []) ++ builtins.map (e: ./misc/wine + ("/" + e)) (builtins.attrNames (builtins.readDir ./misc/wine));
})).override {
wineRelease = "staging";
wineBuild = "wineWow";