Merge pull request #189682 from viraptor/vapoursynth-darwin-fail

vapoursynth: comment with darwin fix attempt
This commit is contained in:
Stanisław Pitucha
2022-09-04 19:51:42 +10:00
committed by GitHub
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
broken = stdenv.isDarwin; # see https://github.com/NixOS/nixpkgs/pull/189446 for partial fix
description = "A video processing framework with the future in mind";
homepage = "http://www.vapoursynth.com/";
license = licenses.lgpl21;