diff --git a/pkgs/games/prismlauncher/wrapper.nix b/pkgs/games/prismlauncher/wrapper.nix index 3393ff45efdc..f5b21d70844f 100644 --- a/pkgs/games/prismlauncher/wrapper.nix +++ b/pkgs/games/prismlauncher/wrapper.nix @@ -21,7 +21,7 @@ , jdk21 , gamemode , flite -, mesa-demos +, glxinfo , pciutils , udev , vulkan-loader @@ -113,7 +113,7 @@ symlinkJoin { runtimePrograms = [ xorg.xrandr - mesa-demos # need glxinfo + glxinfo pciutils # need lspci ] ++ additionalPrograms;