Merge pull request #310447 from amarshall/libbluray-fix-java

This commit is contained in:
Franz Pletz
2024-08-25 14:13:15 +02:00
committed by GitHub
@@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = lib.optional withAACS libaacs;
env.JAVA_HOME = lib.optionalString withJava jdk17.home; # Fails at runtime without this
env.NIX_LDFLAGS = lib.optionalString withAACS "-L${libaacs}/lib -laacs"
+ lib.optionalString withBDplus " -L${libbdplus}/lib -lbdplus";