summary refs log tree commit diff
path: root/pkgs/applications/video/subtitleeditor
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-05-31 12:57:57 +0000
committerRobin Gloster <mail@glob.in>2016-05-31 12:57:57 +0000
commit8f1e9d91bebe456beb31484eb9c76a21b8ccf906 (patch)
tree1d1857ffb7c2623e9e1647d668e651893f282904 /pkgs/applications/video/subtitleeditor
parente7be1168ba1211b6196c0f2597ddbb7d02323370 (diff)
downloadnixpkgs-8f1e9d91bebe456beb31484eb9c76a21b8ccf906.tar
nixpkgs-8f1e9d91bebe456beb31484eb9c76a21b8ccf906.tar.gz
nixpkgs-8f1e9d91bebe456beb31484eb9c76a21b8ccf906.tar.bz2
nixpkgs-8f1e9d91bebe456beb31484eb9c76a21b8ccf906.tar.lz
nixpkgs-8f1e9d91bebe456beb31484eb9c76a21b8ccf906.tar.xz
nixpkgs-8f1e9d91bebe456beb31484eb9c76a21b8ccf906.tar.zst
nixpkgs-8f1e9d91bebe456beb31484eb9c76a21b8ccf906.zip
subtitleeditor: disable format hardening
Diffstat (limited to 'pkgs/applications/video/subtitleeditor')
-rw-r--r--pkgs/applications/video/subtitleeditor/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/video/subtitleeditor/default.nix b/pkgs/applications/video/subtitleeditor/default.nix
index c9655e2a4f2..e3cd242bd73 100644
--- a/pkgs/applications/video/subtitleeditor/default.nix
+++ b/pkgs/applications/video/subtitleeditor/default.nix
@@ -41,6 +41,8 @@ stdenv.mkDerivation rec {
 
   doCheck = true;
 
+  hardeningDisable = [ "format" ];
+
   patches = [ ./subtitleeditor-0.52.1-build-fix.patch ];
 
   preConfigure = ''