forked from mirrors/nixpkgs
libreoffice: Fix path to Ant
This commit is contained in:
parent
958d6636a7
commit
07a3993e14
|
@ -225,7 +225,7 @@ stdenv.mkDerivation rec {
|
||||||
"--disable-postgresql-sdbc"
|
"--disable-postgresql-sdbc"
|
||||||
"--with-package-format=native"
|
"--with-package-format=native"
|
||||||
"--with-jdk-home=${jdk}"
|
"--with-jdk-home=${jdk}"
|
||||||
"--with-ant-home=${ant}"
|
"--with-ant-home=${ant}/lib/ant"
|
||||||
"--without-afms"
|
"--without-afms"
|
||||||
"--without-fonts"
|
"--without-fonts"
|
||||||
"--without-myspell-dicts"
|
"--without-myspell-dicts"
|
||||||
|
|
Loading…
Reference in a new issue