update wine with gonX's patches
This commit is contained in:
parent
2f58a31d18
commit
0de749a026
5 changed files with 11384 additions and 17 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue