jing-trang: fixup build

Thanks to lopsided98.  Fixes #68307.
This commit is contained in:
Vladimír Čunát
2019-09-08 18:18:26 +02:00
parent 766f0d0a60
commit 6756cc5408

View File

@@ -13,6 +13,8 @@ stdenv.mkDerivation {
buildInputs = [ jdk ant saxon ];
CLASSPATH = "lib/saxon.jar";
preBuild = "ant";
installPhase = ''