Wine: Difference between revisions
Beginning and categories added |
Barsikus007 (talk | contribs) m 'wineWowPackages' is deprecated as it is no longer preferred by upstream. Use wineWow64Packages instead |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 11: | Line 11: | ||
# support both 32- and 64-bit applications | # support both 32- and 64-bit applications | ||
wineWow64Packages.stable | |||
# support 32-bit only | # support 32-bit only (read above!) | ||
wine | wine | ||
| Line 23: | Line 23: | ||
# wine-staging (version with experimental features) | # wine-staging (version with experimental features) | ||
wineWow64Packages.staging | |||
# winetricks (all versions) | # winetricks (all versions) | ||
| Line 29: | Line 29: | ||
# native wayland support (unstable) | # native wayland support (unstable) | ||
wineWow64Packages.waylandFull | |||
]; | ]; | ||
}</syntaxhighlight> | }</syntaxhighlight> | ||
If you get the error <code>wine: '/path/to/your/wineprefix' is a 64-bit installation, it cannot be used with a 32-bit wineserver.</code>, then you need a 64-bit build like <code> | If you get the error <code>wine: '/path/to/your/wineprefix' is a 64-bit installation, it cannot be used with a 32-bit wineserver.</code>, then you need a 64-bit build like <code>wineWow64Packages</code>. | ||
The <code>override</code> method is mentioned in [https://nixos.org/nixos/manual/index.html#sec-customising-packages the manual]. | The <code>override</code> method is mentioned in [https://nixos.org/nixos/manual/index.html#sec-customising-packages the manual]. | ||
[[Category:Applications]] | [[Category:Applications]] | ||
[[Category: | [[Category:Gaming]] | ||