indent: disable format hardening
This commit is contained in:
parent
a2dd51e6a2
commit
306cd03cdb
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user