···17171818 doCheck = true;
19192020- # FIXME needs gcc 4.9 in bootstrap tools
2121- hardeningDisable = [ "stackprotector" ];
2222-2320 # Libelf's custom NLS macros fail to determine the catalog file extension on
2421 # Darwin, so disable NLS for now.
2522 # FIXME: Eventually make Gettext a build input on all platforms.
-3
pkgs/development/libraries/libmpc/default.nix
···20202121 doCheck = hostPlatform == buildPlatform;
22222323- # FIXME needs gcc 4.9 in bootstrap tools
2424- hardeningDisable = [ "stackprotector" ];
2525-2623 meta = {
2724 description = "Library for multiprecision complex arithmetic with exact rounding";
2825
···61616262 inherit noSysDirs;
63636464- # FIXME needs gcc 4.9 in bootstrap tools
6565- hardeningDisable = [ "stackprotector" ];
6666-6764 preConfigure = ''
6865 # Clear the default library search path.
6966 if test "$noSysDirs" = "1"; then
-3
pkgs/development/tools/misc/gnum4/default.nix
···1515 # Upstream is aware of it; it may be in the next release.
1616 patches = [ ./s_isdir.patch ] ++ stdenv.lib.optional hostPlatform.isDarwin stdenv.secure-format-patch;
17171818- # FIXME needs gcc 4.9 in bootstrap tools
1919- hardeningDisable = [ "stackprotector" ];
2020-2118 meta = {
2219 homepage = http://www.gnu.org/software/m4/;
2320 description = "GNU M4, a macro processor";