libreoffice: Fix path to Ant
This commit is contained in:
parent
958d6636a7
commit
07a3993e14
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue