libbluray: Don't depend on the JDK by default

Depending on the JDK increases the closure size by a few hundred MB.

Issue #8990.
This commit is contained in:
Eelco Dolstra 2015-07-26 11:58:51 +02:00
parent d7e97e07a3
commit 1a4bb0ef9b

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, fontconfig, autoreconfHook
, withJava ? true, jdk ? null, ant ? null
, withJava ? false, jdk ? null, ant ? null
, withAACS ? false, libaacs ? null
, withBDplus ? false, libbdplus ? null
, withMetadata ? true, libxml2 ? null