about summary refs log tree commit diff
path: root/pkgs/development/libraries/speechd/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/speechd/default.nix')
-rw-r--r--pkgs/development/libraries/speechd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/speechd/default.nix b/pkgs/development/libraries/speechd/default.nix
index 6e8e6948af058..e85b6d4cbf409 100644
--- a/pkgs/development/libraries/speechd/default.nix
+++ b/pkgs/development/libraries/speechd/default.nix
@@ -88,7 +88,7 @@ in stdenv.mkDerivation rec {
   configureFlags = [
     # Audio method falls back from left to right.
     "--with-default-audio-method=\"libao,pulse,alsa,oss\""
-    "--with-systemdsystemunitdir=${placeholder ''out''}/lib/systemd/system"
+    "--with-systemdsystemunitdir=${placeholder "out"}/lib/systemd/system"
   ] ++ optional withPulse "--with-pulse"
     ++ optional withAlsa "--with-alsa"
     ++ optional withLibao "--with-libao"