diff --git a/pkgs/games/prismlauncher/wrapper.nix b/pkgs/games/prismlauncher/wrapper.nix index 240deec4e2fe..89b0b08c229e 100644 --- a/pkgs/games/prismlauncher/wrapper.nix +++ b/pkgs/games/prismlauncher/wrapper.nix @@ -16,6 +16,7 @@ , gamemode , flite , mesa-demos +, udev , msaClientID ? null , gamemodeSupport ? stdenv.isLinux @@ -58,11 +59,15 @@ symlinkJoin { libXxf86vm ]) ++ [ + # lwjgl libpulseaudio libGL glfw openal stdenv.cc.cc.lib + + # oshi + udev ] ++ lib.optional gamemodeSupport gamemode.lib ++ lib.optional textToSpeechSupport flite