perlPackages.LaTeXML: reenable tests except for epub

Co-authored-by: Stig P <stig@stig.io>
This commit is contained in:
Vincenzo Mantova
2020-11-28 16:45:48 -05:00
committed by Dmitry Kalinkin
co-authored by Stig P
parent ca5424b750
commit 1211f2b78e
+3 -1
View File
@@ -10711,7 +10711,9 @@ let
sha256 = "92599b45fb587ac14b2ba9cc84b85d9ddc2deaf1cbdc2e89e7a6559e1fbb34cc";
};
propagatedBuildInputs = [ ArchiveZip DBFile FileWhich IOString ImageSize JSONXS LWP ParseRecDescent PodParser TextUnidecode XMLLibXSLT ];
doCheck = false; # epub test fails
preCheck = ''
rm t/931_epub.t # epub test fails
'';
nativeBuildInputs = stdenv.lib.optional stdenv.isDarwin shortenPerlShebang;
# shebangs need to be patched before executables are copied to $out
preBuild = ''