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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user