aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libbluray
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-07-26 11:58:51 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-07-26 12:00:54 +0200
commit1a4bb0ef9b4abc14325541ce2f145c364838de12 (patch)
tree09bf626afeb799adb17535dc286ea558df2b02f1 /pkgs/development/libraries/libbluray
parentd7e97e07a32a24af5d104757fa563e46c370cbfe (diff)
libbluray: Don't depend on the JDK by default
Depending on the JDK increases the closure size by a few hundred MB. Issue #8990.
Diffstat (limited to 'pkgs/development/libraries/libbluray')
-rw-r--r--pkgs/development/libraries/libbluray/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libbluray/default.nix b/pkgs/development/libraries/libbluray/default.nix
index de0fa1a56d3c..a7a8e7cea63a 100644
--- a/pkgs/development/libraries/libbluray/default.nix
+++ b/pkgs/development/libraries/libbluray/default.nix
@@ -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