mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
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:
parent
d60de69148
commit
921102518a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user