wine: build full instead of base

Build type should not depend on version being used. It is very confusing that
e.g. Morrowind doesn't work on wine but works on wineStaging, and that depends
on whether it was built with mpg123 or not.
This commit is contained in:
Yegor Timoshenko 2018-01-08 03:27:43 +00:00
parent 6bf1232a52
commit afaa1adf1a
No known key found for this signature in database
GPG key ID: C34BF9DCC9DF8210

View file

@ -19973,7 +19973,7 @@ with pkgs;
staging = base.override { wineRelease = "staging"; };
};
wine = winePackages.base;
wine = winePackages.full;
wine-staging = lowPrio (winePackages.full.override {
wineRelease = "staging";