bottles: added `cabextract` and `wineWowPacakge.minimal`

> cabextract is needed to install wants using the dependencies menu.
The wine packages are needed when switching dxvk or vkd3d in a bottle.

Based on review by mschuwalow

+7 -5
+7 -5
pkgs/applications/misc/bottles/default.nix
··· 3 3 , desktop-file-utils, gsettings-desktop-schemas, libnotify, libhandy 4 4 , python3Packages, gettext 5 5 , appstream-glib, gdk-pixbuf, glib, gobject-introspection, gspell, gtk3 6 - , steam-run-native, xdg-utils, pciutils 6 + , steam-run, xdg-utils, pciutils, cabextract, wineWowPackages 7 7 }: 8 8 9 9 python3Packages.buildPythonApplication rec { ··· 54 54 liblarch 55 55 patool 56 56 ] ++ [ 57 - steam-run-native 57 + steam-run 58 58 xdg-utils 59 59 pciutils 60 + cabextract 61 + wineWowPackages.minimal 60 62 ]; 61 63 62 64 format = "other"; ··· 67 69 substituteInPlace build-aux/meson/postinstall.py \ 68 70 --replace "'update-desktop-database'" "'${desktop-file-utils}/bin/update-desktop-database'" 69 71 substituteInPlace src/runner.py \ 70 - --replace " {runner}" " ${steam-run-native}/bin/steam-run {runner}" \ 71 - --replace " {dxvk_setup}" " ${steam-run-native}/bin/steam-run {dxvk_setup}" 72 + --replace " {runner}" " ${steam-run}/bin/steam-run {runner}" \ 73 + --replace " {dxvk_setup}" " ${steam-run}/bin/steam-run {dxvk_setup}" 72 74 substituteInPlace src/runner_utilities.py \ 73 - --replace " {runner}" " ${steam-run-native}/bin/steam-run {runner}" \ 75 + --replace " {runner}" " ${steam-run}/bin/steam-run {runner}" \ 74 76 ''; 75 77 76 78 preFixup = ''