summary refs log tree commit diff
path: root/pkgs/development/tools/misc/texinfo
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2017-09-14 01:45:14 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-09-14 10:27:13 -0400
commite5567bae2dc8eaf61bb31d1913a3f5e4c910fa16 (patch)
treef23586f24b14ab5a5c1940f85ba965aa9cb9ad9a /pkgs/development/tools/misc/texinfo
parent392a014ff2309bb86b3fdefba96b5c3b7d263f30 (diff)
treewide: Do not limit hardenging because gcc 4.9 in bootstrap
Bootstrap tools has since been bumped
Diffstat (limited to 'pkgs/development/tools/misc/texinfo')
-rw-r--r--pkgs/development/tools/misc/texinfo/6.3.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/tools/misc/texinfo/6.3.nix b/pkgs/development/tools/misc/texinfo/6.3.nix
index 704611e315a3c..c6d3a6f66773f 100644
--- a/pkgs/development/tools/misc/texinfo/6.3.nix
+++ b/pkgs/development/tools/misc/texinfo/6.3.nix
@@ -17,9 +17,6 @@ stdenv.mkDerivation rec {
 
   configureFlags = stdenv.lib.optional stdenv.isSunOS "AWK=${gawk}/bin/awk";
 
-  # FIXME needs gcc 4.9 in bootstrap tools
-  hardeningDisable = [ "stackprotector" ];
-
   preInstall = ''
     installFlags="TEXMF=$out/texmf-dist";
     installTargets="install install-tex";