indent: enable tests

This commit is contained in:
Robert Scott
2023-09-23 14:23:36 +01:00
parent 79e43fbfbc
commit ffa418a411
@@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
doCheck = true;
passthru.tests.static = pkgsStatic.indent;
meta = {
homepage = "https://www.gnu.org/software/indent/";