This commit is contained in:
LavaDesu 2021-06-23 23:07:51 +07:00
parent 850eb049cd
commit 1ae2675966
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

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