3
0
Fork 0
forked from mirrors/nixpkgs

uucp: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-08 00:20:53 +00:00
parent 94a74cb14d
commit ef0d652f2b

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0b5nhl9vvif1w3wdipjsk8ckw49jj1w85xw1mmqi3zbcpazia306";
};
doCheck = true;
hardening_format = false;
meta = {
description = "Unix-unix cp over serial line, also includes cu program";