summary refs log tree commit diff
path: root/pkgs/games/blightmud/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/blightmud/default.nix')
-rw-r--r--pkgs/games/blightmud/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/blightmud/default.nix b/pkgs/games/blightmud/default.nix
index 32c9ddb653472..d737c4c282d21 100644
--- a/pkgs/games/blightmud/default.nix
+++ b/pkgs/games/blightmud/default.nix
@@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
 
   nativeBuildInputs = [ pkg-config ];
 
-  buildInputs = [ alsa-lib openssl ] ++ lib.optional withTTS [ speechd ];
+  buildInputs = [ alsa-lib openssl ] ++ lib.optionals withTTS [ speechd ];
 
   # Building the speech-dispatcher-sys crate for TTS support requires setting
   # LIBCLANG_PATH.