Skip to content

Commit

Permalink
libbluray: Don't depend on the JDK by default
Browse files Browse the repository at this point in the history
Depending on the JDK increases the closure size by a few hundred MB.

Issue NixOS#8990.
  • Loading branch information
edolstra authored and ctheune committed Jul 29, 2015
1 parent a2f8b58 commit 7bcb1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libbluray/default.nix
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7bcb1da

Please sign in to comment.