Skip to content

Commit

Permalink
wine: Downgrade from 9.0-rc1-staging to 8.2
Browse files Browse the repository at this point in the history
Fixes an issue where the newer version of wine would cause my current
wine prefixes to crash with missing DLL errors. Might be fixable by
creating new prefixes with the new version, however it's much easier
for me to stick with what's known to work.

See: NixOS/nixpkgs#273232
  • Loading branch information
donovanglover committed Dec 15, 2023
1 parent 253fd9f commit bcf54f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ in
};

environment.systemPackages = with pkgs; [
wineWowPackages.stagingFull
wineWowPackages.waylandFull
winetricks
sakaya.packages.${system}.sakaya
rar
Expand Down

0 comments on commit bcf54f4

Please sign in to comment.