Merge pull request #252425 from Scrumplex/prism-udev

authored by

Maciej Krüger and committed by
GitHub
c0a1bc5d 0f086eac

+5
+5
pkgs/games/prismlauncher/wrapper.nix
··· 16 16 , gamemode 17 17 , flite 18 18 , mesa-demos 19 + , udev 19 20 20 21 , msaClientID ? null 21 22 , gamemodeSupport ? stdenv.isLinux ··· 58 59 libXxf86vm 59 60 ]) 60 61 ++ [ 62 + # lwjgl 61 63 libpulseaudio 62 64 libGL 63 65 glfw 64 66 openal 65 67 stdenv.cc.cc.lib 68 + 69 + # oshi 70 + udev 66 71 ] 67 72 ++ lib.optional gamemodeSupport gamemode.lib 68 73 ++ lib.optional textToSpeechSupport flite