Wine: Difference between revisions
imported>Haslersn m Adapted headline to the previous change |
No edit summary |
||
(8 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
Wine is an application to run Windows applications and games. | |||
== 32-bit and 64-bit Support == | == 32-bit and 64-bit Support == | ||
Line 10: | Line 11: | ||
# support both 32- and 64-bit applications | # support both 32- and 64-bit applications | ||
wineWowPackages.stable | |||
# support 32-bit only | # support 32-bit only | ||
wine | |||
# support 64-bit only | # support 64-bit only | ||
(wine.override { wineBuild = "wine64"; }) | |||
# | # support 64-bit only | ||
# ( | wine64 | ||
# wine-staging (version with experimental features) | |||
wineWowPackages.staging | |||
# winetricks (all versions) | |||
winetricks | |||
# native wayland support (unstable) | |||
wineWowPackages.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>wineWowPackages</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:Gaming]] |