Wine: Difference between revisions

imported>Nh2
Update how to use 32/64 bit build and staging from binary cache, see https://github.com/NixOS/nixpkgs/issues/32435#issuecomment-572741214
Phobos (talk | contribs)
mNo edit summary
 
(7 intermediate revisions by 5 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 12: Line 13:
     wineWowPackages.stable
     wineWowPackages.stable


     # support 32-bit only
     # support 32-bit only (read above!)
     # wine
     wine


     # 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)
     # wineWowPackages.staging
    wineWowPackages.staging
 
     # winetricks (all versions)
    winetricks
 
    # native wayland support (unstable)
    wineWowPackages.waylandFull
   ];
   ];
}</syntaxhighlight>
}</syntaxhighlight>
Line 26: 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]]