diff --git a/pkgs/applications/office/libreoffice/default.nix b/pkgs/applications/office/libreoffice/default.nix index 8aaf1839f92..fd93bda4c96 100644 --- a/pkgs/applications/office/libreoffice/default.nix +++ b/pkgs/applications/office/libreoffice/default.nix @@ -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"