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, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/speechd/default.nix b/pkgs/development/libraries/speechd/default.nix
index 613fee3c6d63..1a943be0fc20 100644
--- a/pkgs/development/libraries/speechd/default.nix
+++ b/pkgs/development/libraries/speechd/default.nix
@@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
              ++ lib.optional withPico svox;
   nativeBuildInputs = [ pkgconfig python3Packages.wrapPython ];
 
+  hardeningDisable = [ "format" ];
+
   pythonPath = with python3Packages; [ pyxdg ];
 
   postPatch = lib.optionalString withPico ''