libbluray: fix build on darwin
This commit is contained in:
parent
b2aa0bbf46
commit
bee7f216b5
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, fontconfig, autoreconfHook
|
{ stdenv, fetchurl, pkgconfig, fontconfig, autoreconfHook, DiskArbitration
|
||||||
, withJava ? false, jdk ? null, ant ? null
|
, withJava ? false, jdk ? null, ant ? null
|
||||||
, withAACS ? false, libaacs ? null
|
, withAACS ? false, libaacs ? null
|
||||||
, withBDplus ? false, libbdplus ? null
|
, withBDplus ? false, libbdplus ? null
|
||||||
@ -36,6 +36,7 @@ stdenv.mkDerivation rec {
|
|||||||
++ optional withJava jdk
|
++ optional withJava jdk
|
||||||
++ optional withMetadata libxml2
|
++ optional withMetadata libxml2
|
||||||
++ optional withFonts freetype
|
++ optional withFonts freetype
|
||||||
|
++ optional stdenv.isDarwin DiskArbitration
|
||||||
;
|
;
|
||||||
|
|
||||||
propagatedBuildInputs = optional withAACS libaacs;
|
propagatedBuildInputs = optional withAACS libaacs;
|
||||||
|
@ -12390,7 +12390,9 @@ in
|
|||||||
|
|
||||||
libblocksruntime = callPackage ../development/libraries/libblocksruntime { };
|
libblocksruntime = callPackage ../development/libraries/libblocksruntime { };
|
||||||
|
|
||||||
libbluray = callPackage ../development/libraries/libbluray { };
|
libbluray = callPackage ../development/libraries/libbluray {
|
||||||
|
inherit (darwin.apple_sdk.frameworks) DiskArbitration;
|
||||||
|
};
|
||||||
|
|
||||||
libbs2b = callPackage ../development/libraries/audio/libbs2b { };
|
libbs2b = callPackage ../development/libraries/audio/libbs2b { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user