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

+5 -2
+5 -2
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 6 + , steam-run-native, xdg-utils 7 7 }: 8 8 9 9 python3Packages.buildPythonApplication rec { ··· 53 53 gst-python 54 54 liblarch 55 55 patool 56 - ] ++ [ steam-run-native ]; 56 + ] ++ [ 57 + steam-run-native 58 + xdg-utils 59 + ]; 57 60 58 61 format = "other"; 59 62 strictDeps = false; # broken with gobject-introspection setup hook, see https://github.com/NixOS/nixpkgs/issues/56943