Wine: Difference between revisions
imported>Reedrw Wine dependency was removed from winetricks months ago (https://github.com/NixOS/nixpkgs/commit/68ca39a775a637f289c63248b64443ef7342f6ad) |
No edit summary |
||
(2 intermediate revisions by 2 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 17: | Line 18: | ||
# support 64-bit only | # support 64-bit only | ||
(wine.override { wineBuild = "wine64"; }) | (wine.override { wineBuild = "wine64"; }) | ||
# support 64-bit only | |||
wine64 | |||
# wine-staging (version with experimental features) | # wine-staging (version with experimental features) | ||
Line 32: | Line 36: | ||
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]] |