bottles: Added `xdg-utils` to enable browsing wine prefix files

+5 -2
+5 -2
pkgs/applications/misc/bottles/default.nix
··· 3 , desktop-file-utils, gsettings-desktop-schemas, libnotify, libhandy 4 , python3Packages, gettext 5 , appstream-glib, gdk-pixbuf, glib, gobject-introspection, gspell, gtk3 6 - , steam-run-native 7 }: 8 9 python3Packages.buildPythonApplication rec { ··· 53 gst-python 54 liblarch 55 patool 56 - ] ++ [ steam-run-native ]; 57 58 format = "other"; 59 strictDeps = false; # broken with gobject-introspection setup hook, see https://github.com/NixOS/nixpkgs/issues/56943
··· 3 , desktop-file-utils, gsettings-desktop-schemas, libnotify, libhandy 4 , python3Packages, gettext 5 , appstream-glib, gdk-pixbuf, glib, gobject-introspection, gspell, gtk3 6 + , steam-run-native, xdg-utils 7 }: 8 9 python3Packages.buildPythonApplication rec { ··· 53 gst-python 54 liblarch 55 patool 56 + ] ++ [ 57 + steam-run-native 58 + xdg-utils 59 + ]; 60 61 format = "other"; 62 strictDeps = false; # broken with gobject-introspection setup hook, see https://github.com/NixOS/nixpkgs/issues/56943