Revert "vapoursynth: fix build"

This reverts commit ad611a6223.
A better fix was committed directly afterwards in 2afe06c18f
This commit is contained in:
Gabriel Ebner 2018-07-03 17:12:27 +02:00
parent ebf4cfb272
commit 2f3cf58309

View File

@ -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"