rebase wine patch

also used an in-repo patch instead of gists
This commit is contained in:
LavaDesu 2021-06-04 17:40:45 +07:00
parent 6fb7048da8
commit c42939efb1
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 47 additions and 10 deletions

View file

@ -1,15 +1,6 @@
self: super: {
wine-osu = (super.wineStaging.overrideDerivation(o: {
patches = (o.patches or []) ++ [
#(builtins.fetchurl {
# url = "https://gist.githubusercontent.com/LavaDesu/01c0f3144526da6aed4b2deb1d10cc99/raw/304d2def1b37f1319e27428f049f22c74eea882b/winepulse-v6.5-revert-wasapifriendy.patch";
# sha256 = "1wjjwf1jfwafk1kdq0iw0r3hvi1h0i7ni276pv263rkkv418i8bq";
#})
(builtins.fetchurl {
url = "https://gist.githubusercontent.com/LavaDesu/01c0f3144526da6aed4b2deb1d10cc99/raw/304d2def1b37f1319e27428f049f22c74eea882b/winepulse-v6.5-wasapifriendy.patch";
sha256 = "12fhnbyl6kw284z3d6685xhcx21jmwhvibphx669qqbxj9bfk4hi";
})
];
patches = (o.patches or []) ++ [ ./misc/wine-lowlatency.patch ];
})).override {
wineRelease = "staging";
wineBuild = "wineWow";