libreoffice: Fix path to the JDK

This commit is contained in:
Eelco Dolstra 2014-01-25 18:27:53 +01:00
parent cf7ee03377
commit f03ca20916

View File

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