fix(nix): include udev dependency
See https://github.com/NixOS/nixpkgs/pull/252425 Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
bdc2fca711
commit
707da5a25a
@ -17,6 +17,7 @@
|
||||
gamemode,
|
||||
flite,
|
||||
mesa-demos,
|
||||
udev,
|
||||
msaClientID ? null,
|
||||
gamemodeSupport ? stdenv.isLinux,
|
||||
textToSpeechSupport ? stdenv.isLinux,
|
||||
@ -58,11 +59,15 @@ in
|
||||
libXxf86vm
|
||||
])
|
||||
++ [
|
||||
# lwjgl
|
||||
libpulseaudio
|
||||
libGL
|
||||
glfw
|
||||
openal
|
||||
stdenv.cc.cc.lib
|
||||
|
||||
# oshi
|
||||
udev
|
||||
]
|
||||
++ lib.optional gamemodeSupport gamemode.lib
|
||||
++ lib.optional textToSpeechSupport flite
|
||||
|
Loading…
Reference in New Issue
Block a user