indent: disable format hardening

This commit is contained in:
Robin Gloster 2016-08-29 01:29:00 +00:00
parent a2dd51e6a2
commit 306cd03cdb
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
sed -i 's|#include <malloc.h>|#include <malloc/malloc.h>|' ./man/texinfo2man.c
'';
hardeningDisable = [ "format" ];
meta = {
homepage = https://www.gnu.org/software/indent/;
description = "A source code reformatter";