forked from mirrors/nixpkgs
wineUnstable: enable cross building for unstable/staging by default
This commit is contained in:
parent
f01d07ec0b
commit
3b90e8f9de
|
@ -44,7 +44,7 @@
|
|||
sdlSupport ? false,
|
||||
faudioSupport ? false,
|
||||
vkd3dSupport ? false,
|
||||
mingwSupport ? false,
|
||||
mingwSupport ? wineRelease != "stable",
|
||||
}:
|
||||
|
||||
let wine-build = build: release:
|
||||
|
|
Loading…
Reference in a new issue