mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 01:33:17 +01:00
wine: Downgrade from 9.0-rc1-staging to 8.2
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: https://github.com/NixOS/nixpkgs/pull/273232
This commit is contained in:
parent
253fd9fbd4
commit
bcf54f4cb4
@ -93,7 +93,7 @@ in
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wineWowPackages.stagingFull
|
||||
wineWowPackages.waylandFull
|
||||
winetricks
|
||||
sakaya.packages.${system}.sakaya
|
||||
rar
|
||||
|
Loading…
Reference in New Issue
Block a user