Merge pull request #113146 from MetaDark/wine

winePackages: enable mingwSupport in base build
This commit is contained in:
Michele Guerini Rocco 2021-02-18 11:04:42 +01:00 committed by GitHub
commit 0b87306283
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,7 @@ rec {
xineramaSupport = true;
xmlSupport = true;
sdlSupport = true;
mingwSupport = true;
};
full = base.override {