tidyp: turn off format hardening
This commit is contained in:
parent
4807ecdef0
commit
a333a7910c
|
@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "0f5ky0ih4vap9c6j312jn73vn8m2bj69pl2yd3a5nmv35k9zmc10";
|
sha256 = "0f5ky0ih4vap9c6j312jn73vn8m2bj69pl2yd3a5nmv35k9zmc10";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A program that can validate your HTML, as well as modify it to be more clean and standard";
|
description = "A program that can validate your HTML, as well as modify it to be more clean and standard";
|
||||||
homepage = http://tidyp.com/;
|
homepage = http://tidyp.com/;
|
||||||
|
|
Loading…
Reference in New Issue