diff --git a/pkgs/development/libraries/vapoursynth/default.nix b/pkgs/development/libraries/vapoursynth/default.nix index 74f8598c314..7344f3a7e2b 100644 --- a/pkgs/development/libraries/vapoursynth/default.nix +++ b/pkgs/development/libraries/vapoursynth/default.nix @@ -1,6 +1,6 @@ { stdenv, fetchFromGitHub, pkgconfig, autoreconfHook , zimg, libass, python3, libiconv -, ApplicationServices, nasm, x265 +, ApplicationServices, nasm , 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 - ++ optionals imwriSupport [ imagemagick7 x265 ]; + ++ optional imwriSupport imagemagick7; configureFlags = [ "--disable-static"