about summary refs log tree commit diff
path: root/pkgs/games/prismlauncher
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-06-19 22:25:32 +0200
committerJörg Thalheim <Mic92@users.noreply.github.com>2023-08-13 07:10:04 +0100
commit921102518a1735a09294019532cc91895d843125 (patch)
tree32e4dfeb275b27b5c153bdb0823d21c2597fd9cf /pkgs/games/prismlauncher
parentd60de69148a124c24616a012c62123f08a49503b (diff)
prismlauncher: add mesa-demos to PATH
Prism Launcher uses glxinfo to query GPU information.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'pkgs/games/prismlauncher')
-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 f54630e8c0543..7a56be534307d 100644
--- a/pkgs/games/prismlauncher/wrapper.nix
+++ b/pkgs/games/prismlauncher/wrapper.nix
@@ -15,6 +15,7 @@
 , jdk17
 , gamemode
 , flite
+, mesa-demos
 
 , msaClientID ? null
 , gamemodeSupport ? stdenv.isLinux
@@ -69,6 +70,7 @@ symlinkJoin {
 
       programs = [
         xorg.xrandr
+        mesa-demos  # need glxinfo
       ]
       ++ additionalPrograms;