about summary refs log tree commit diff
path: root/pkgs/tools/text/untex
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-12 15:14:12 +0000
committerRobin Gloster <mail@glob.in>2016-02-12 15:14:12 +0000
commit9375cd8e4db494d6d2686061b59a8c6c1d863b50 (patch)
treed24c52de6ff6f1c55961a72ef5098dbcbeaccf79 /pkgs/tools/text/untex
parenta514ba1b1c9984b4c9fefbde71c61ee0bcdc5add (diff)
untex: turn off format hardening
Diffstat (limited to 'pkgs/tools/text/untex')
-rw-r--r--pkgs/tools/text/untex/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/text/untex/default.nix b/pkgs/tools/text/untex/default.nix
index e2f6142a2a0fe..33f72b029a1ee 100644
--- a/pkgs/tools/text/untex/default.nix
+++ b/pkgs/tools/text/untex/default.nix
@@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
     sha256 = "07p836jydd5yjy905m5ylnnac1h4cc4jsr41panqb808mlsiwmmy";
   };
 
+  hardening_format = false;
+
   unpackPhase = "tar xf $src";
   installTargets = "install install.man";
   installFlags = "BINDIR=$(out)/bin MANDIR=$(out)/share/man/man1";