prismlauncher: add pciutils to wrapper

The application uses lspci to print some system information to log

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-11-14 17:50:28 +01:00
parent 48bda0f624
commit c197424bb1
No known key found for this signature in database
GPG key ID: E13DFD4B47127951

View file

@ -17,6 +17,7 @@
, gamemode
, flite
, mesa-demos
, pciutils
, udev
, libusb1
@ -80,6 +81,7 @@ symlinkJoin {
runtimePrograms = [
xorg.xrandr
mesa-demos # need glxinfo
pciutils # need lspci
]
++ additionalPrograms;