libreoffice: Fix path to Ant

This commit is contained in:
Eelco Dolstra 2014-01-25 14:10:25 +01:00
parent 958d6636a7
commit 07a3993e14

View file

@ -225,7 +225,7 @@ stdenv.mkDerivation rec {
"--disable-postgresql-sdbc"
"--with-package-format=native"
"--with-jdk-home=${jdk}"
"--with-ant-home=${ant}"
"--with-ant-home=${ant}/lib/ant"
"--without-afms"
"--without-fonts"
"--without-myspell-dicts"