Revert "vapoursynth: fix build"

This reverts commit ad611a622374b3a2202684eda61e3f3207e5d3e1.
A better fix was committed directly afterwards in 2afe06c18ffabf9a66c928d947549dcb54fff450

Changed files
+2 -2
pkgs
development
libraries
vapoursynth
+2 -2
pkgs/development/libraries/vapoursynth/default.nix
···
{ stdenv, fetchFromGitHub, pkgconfig, autoreconfHook
, zimg, libass, python3, libiconv
-
, ApplicationServices, nasm, x265
+
, ApplicationServices, nasm
, ocrSupport ? false, tesseract ? null
, imwriSupport? true, imagemagick7 ? null
}:
···
(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"