gdmap: turn off format hardening
This commit is contained in:
parent
d406622052
commit
49d77a685f
@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = [ ./get_sensitive.patch ./set_flags.patch ];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://gdmap.sourceforge.net;
|
||||
description = "Recursive rectangle map of disk usage";
|
||||
|
Loading…
Reference in New Issue
Block a user