mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
Merge pull request #113146 from MetaDark/wine
winePackages: enable mingwSupport in base build
This commit is contained in:
commit
0b87306283
@ -27,6 +27,7 @@ rec {
|
||||
xineramaSupport = true;
|
||||
xmlSupport = true;
|
||||
sdlSupport = true;
|
||||
mingwSupport = true;
|
||||
};
|
||||
|
||||
full = base.override {
|
||||
|
Loading…
Reference in New Issue
Block a user