3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Benjamin Asbach 2021-08-01 03:56:48 -06:00
parent 4d45fe2991
commit c599d0e175

View file

@ -3,7 +3,7 @@
, desktop-file-utils, gsettings-desktop-schemas, libnotify, libhandy
, python3Packages, gettext
, appstream-glib, gdk-pixbuf, glib, gobject-introspection, gspell, gtk3
, steam-run-native
, steam-run-native, xdg-utils
}:
python3Packages.buildPythonApplication rec {
@ -53,7 +53,10 @@ python3Packages.buildPythonApplication rec {
gst-python
liblarch
patool
] ++ [ steam-run-native ];
] ++ [
steam-run-native
xdg-utils
];
format = "other";
strictDeps = false; # broken with gobject-introspection setup hook, see https://github.com/NixOS/nixpkgs/issues/56943