Merge pull request #252425 from Scrumplex/prism-udev

This commit is contained in:
Maciej Krüger
2023-08-31 02:49:49 +02:00
committed by GitHub
+5
View File
@@ -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