mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
vapoursynth: fix build
This commit is contained in:
parent
1fd0653294
commit
ad611a6223
@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchFromGitHub, pkgconfig, autoreconfHook
|
||||
, zimg, libass, python3, libiconv
|
||||
, ApplicationServices, nasm
|
||||
, ApplicationServices, nasm, x265
|
||||
, ocrSupport ? false, tesseract ? null
|
||||
, imwriSupport? true, imagemagick7 ? null
|
||||
}:
|
||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
(python3.withPackages (ps: with ps; [ sphinx cython ]))
|
||||
] ++ optionals stdenv.isDarwin [ libiconv ApplicationServices ]
|
||||
++ optional ocrSupport tesseract
|
||||
++ optional imwriSupport imagemagick7;
|
||||
++ optionals imwriSupport [ imagemagick7 x265 ];
|
||||
|
||||
configureFlags = [
|
||||
"--disable-static"
|
||||
|
Loading…
Reference in New Issue
Block a user