summary refs log tree commit diff
path: root/pkgs/applications/audio/svox/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/svox/default.nix')
-rw-r--r--pkgs/applications/audio/svox/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/svox/default.nix b/pkgs/applications/audio/svox/default.nix
index 8acd8e0b88b..3e9fe4725af 100644
--- a/pkgs/applications/audio/svox/default.nix
+++ b/pkgs/applications/audio/svox/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
     cp lang/*.bin $out/share/pico/lang
   '';
 
-  NIX_CFLAGS_COMPILE = [ "-include stdint.h" ];
+  NIX_CFLAGS_COMPILE = "-include stdint.h";
 
   meta = with stdenv.lib; {
     description = "Text-to-speech engine";