fix
This commit is contained in:
parent
850eb049cd
commit
1ae2675966
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
self: super: {
|
self: super: {
|
||||||
wine-osu = (super.wineStaging.overrideDerivation(o: {
|
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 {
|
})).override {
|
||||||
wineRelease = "staging";
|
wineRelease = "staging";
|
||||||
wineBuild = "wineWow";
|
wineBuild = "wineWow";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue