prismlauncher: add mesa-demos to PATH

Prism Launcher uses glxinfo to query GPU information.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-06-19 22:25:32 +02:00 committed by Jörg Thalheim
parent d60de69148
commit 921102518a

View file

@ -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;