wine: don't default mingwSupport to true outside stable release
This way, minimal Wine will build without it
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
vulkanSupport ? false,
|
||||
sdlSupport ? false,
|
||||
usbSupport ? false,
|
||||
mingwSupport ? wineRelease != "stable",
|
||||
mingwSupport ? false,
|
||||
waylandSupport ? stdenv.isLinux,
|
||||
x11Support ? stdenv.isLinux,
|
||||
embedInstallers ? false, # The Mono and Gecko MSI installers
|
||||
|
||||
Reference in New Issue
Block a user