1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

tasknc: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-08 00:21:29 +00:00
parent ef0d652f2b
commit 548d670f94

View file

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "0max5schga9hmf3vfqk2ic91dr6raxglyyjcqchzla280kxn5c28";
};
hardening_format = false;
#
# I know this is ugly, but the Makefile does strange things in this package,
# so we have to: