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:
parent
48bda0f624
commit
c197424bb1
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user