3
0
Fork 0
forked from mirrors/nixpkgs

vapoursynth: comment with darwin fix attempt

This commit is contained in:
Stanisław Pitucha 2022-09-04 14:30:10 +10:00 committed by Stanisław Pitucha
parent cc9c837aa2
commit 28f79f415c

View file

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