bottles: Add `pciutils` as `bottles` uses it to determine the graphics environment

+2 -1
+2 -1
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, xdg-utils 7 }: 8 9 python3Packages.buildPythonApplication rec { ··· 56 ] ++ [ 57 steam-run-native 58 xdg-utils 59 ]; 60 61 format = "other";
··· 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, pciutils 7 }: 8 9 python3Packages.buildPythonApplication rec { ··· 56 ] ++ [ 57 steam-run-native 58 xdg-utils 59 + pciutils 60 ]; 61 62 format = "other";