Unverified Commit c197424b authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files

prismlauncher: add pciutils to wrapper



The application uses lspci to print some system information to log

Signed-off-by: default avatarSefa Eyeoglu <contact@scrumplex.net>
parent 48bda0f6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;