Merge pull request #113146 from MetaDark/wine
winePackages: enable mingwSupport in base build
This commit is contained in:
commit
0b87306283
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ rec {
|
|||
xineramaSupport = true;
|
||||
xmlSupport = true;
|
||||
sdlSupport = true;
|
||||
mingwSupport = true;
|
||||
};
|
||||
|
||||
full = base.override {
|
||||
|
|
Loading…
Reference in a new issue