Merge pull request #267998 from marsam/fix-mupdf-darwin
mupdf: fix darwin dylib
This commit is contained in:
commit
f0e5556c62
1 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
, desktopToDarwinBundle
|
||||
, buildPackages
|
||||
, pkg-config
|
||||
, fixDarwinDylibNames
|
||||
, freetype
|
||||
, harfbuzz
|
||||
, openjpeg
|
||||
|
@ -99,10 +100,9 @@ stdenv.mkDerivation rec {
|
|||
++ lib.optional (enableGL || enableX11) copyDesktopItems
|
||||
++ lib.optionals (enableCxx || enablePython) [ python3 python3.pkgs.setuptools python3.pkgs.libclang ]
|
||||
++ lib.optionals (enablePython) [ which swig ]
|
||||
++ lib.optional stdenv.isDarwin desktopToDarwinBundle;
|
||||
++ lib.optionals stdenv.isDarwin [ desktopToDarwinBundle fixDarwinDylibNames xcbuild ];
|
||||
|
||||
buildInputs = [ freetype harfbuzz openjpeg jbig2dec libjpeg gumbo ]
|
||||
++ lib.optional stdenv.isDarwin xcbuild
|
||||
++ lib.optionals enableX11 [ libX11 libXext libXi libXrandr ]
|
||||
++ lib.optionals enableCurl [ curl openssl ]
|
||||
++ lib.optionals enableGL (
|
||||
|
|
Loading…
Reference in a new issue