vapoursynth: comment with darwin fix attempt
This commit is contained in:
parent
cc9c837aa2
commit
28f79f415c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
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";
|
description = "A video processing framework with the future in mind";
|
||||||
homepage = "http://www.vapoursynth.com/";
|
homepage = "http://www.vapoursynth.com/";
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
|
|
Loading…
Reference in a new issue