Skip to content

Commit

Permalink
perlPackages.LaTeXML: reenable tests except for epub
Browse files Browse the repository at this point in the history
Co-authored-by: Stig P <[email protected]>
  • Loading branch information
2 people authored and veprbl committed Nov 28, 2020
1 parent ca5424b commit 1211f2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 1211f2b

Please sign in to comment.