libxls: enable checks

This commit is contained in:
Martin Joerg
2025-10-18 22:24:23 +00:00
parent fd6c3ab7b8
commit f12bc4f119
+2
View File
@@ -39,6 +39,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
doCheck = true;
meta = with lib; {
description = "Extract Cell Data From Excel xls files";
homepage = "https://github.com/libxls/libxls";