tidyp: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-11 01:02:46 +00:00
parent 4807ecdef0
commit a333a7910c

View file

@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "0f5ky0ih4vap9c6j312jn73vn8m2bj69pl2yd3a5nmv35k9zmc10";
};
hardening_format = false;
meta = with stdenv.lib; {
description = "A program that can validate your HTML, as well as modify it to be more clean and standard";
homepage = http://tidyp.com/;