about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-11-14 17:50:28 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-22 19:45:04 +0000
commit76e4c1c5984e0e34b01d159ec7ccec9e5dee395c (patch)
treee2efadd6129dda4fcdd2f5bb34abe78be35ac9a6 /pkgs/games
parent3de55ef6f96edd2943b14edc0e82b355e9fa60de (diff)
prismlauncher: add pciutils to wrapper
The application uses lspci to print some system information to log

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
(cherry picked from commit c197424bb145c9637fe410a4441c416cd9c1046e)
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/prismlauncher/wrapper.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/games/prismlauncher/wrapper.nix b/pkgs/games/prismlauncher/wrapper.nix
index 4b0aa418fb6a3..316bbbb122070 100644
--- a/pkgs/games/prismlauncher/wrapper.nix
+++ b/pkgs/games/prismlauncher/wrapper.nix
@@ -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;