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 |
imported>Cwyc m It's unecessary to comment these lines. |
||
Line 13: | Line 13: | ||
# support 32-bit only | # support 32-bit only | ||
wine | |||
# support 64-bit only | # support 64-bit only | ||
(wine.override { wineBuild = "wine64"; }) | |||
# wine-staging (version with experimental features) | # wine-staging (version with experimental features) | ||
wineWowPackages.staging | |||
]; | ]; | ||
}</syntaxhighlight> | }</syntaxhighlight> |