parent
766f0d0a60
commit
6756cc5408
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [ jdk ant saxon ];
|
||||
|
||||
CLASSPATH = "lib/saxon.jar";
|
||||
|
||||
preBuild = "ant";
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue