emacs25pre: disable format hardening

This commit is contained in:
Robin Gloster
2016-05-30 19:34:16 +00:00
parent 527a605ad7
commit eb6809eafd
@@ -53,6 +53,8 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = stdenv.lib.optionals stdenv.isDarwin [ AppKit GSS ImageIO ]; propagatedBuildInputs = stdenv.lib.optionals stdenv.isDarwin [ AppKit GSS ImageIO ];
hardeningDisable = [ "format" ];
configureFlags = configureFlags =
if stdenv.isDarwin if stdenv.isDarwin
then [ "--with-ns" "--disable-ns-self-contained" ] then [ "--with-ns" "--disable-ns-self-contained" ]