summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/misc/gnum4/default.nix
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/gnum4/default.nix
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/gnum4/default.nix')
-rw-r--r--pkgs/development/tools/misc/gnum4/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/tools/misc/gnum4/default.nix b/pkgs/development/tools/misc/gnum4/default.nix
index 33ea78907468..9cd6e2c5e1ac 100644
--- a/pkgs/development/tools/misc/gnum4/default.nix
+++ b/pkgs/development/tools/misc/gnum4/default.nix
@@ -15,9 +15,6 @@ stdenv.mkDerivation rec {
# Upstream is aware of it; it may be in the next release.
patches = [ ./s_isdir.patch ] ++ stdenv.lib.optional hostPlatform.isDarwin stdenv.secure-format-patch;
- # FIXME needs gcc 4.9 in bootstrap tools
- hardeningDisable = [ "stackprotector" ];
-
meta = {
homepage = http://www.gnu.org/software/m4/;
description = "GNU M4, a macro processor";