diff options
author | Stanisław Pitucha <git@viraptor.info> | 2022-09-04 19:51:42 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-04 19:51:42 +1000 |
commit | 0a0c6bc9c9ecb82dc04d540f37bd42b2586e2304 (patch) | |
tree | 77b5aafe4b7813dca952a1df018b002494c9859c | |
parent | ccd367ae4fcaa65975a140482fa411ffbf85cbe3 (diff) | |
parent | 28f79f415c29a19b20b18c275a2fb6e24d2b5ccb (diff) |
Merge pull request #189682 from viraptor/vapoursynth-darwin-fail
vapoursynth: comment with darwin fix attempt
-rw-r--r-- | pkgs/development/libraries/vapoursynth/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/vapoursynth/default.nix b/pkgs/development/libraries/vapoursynth/default.nix index b0f8f5edd30b..7c7987478b80 100644 --- a/pkgs/development/libraries/vapoursynth/default.nix +++ b/pkgs/development/libraries/vapoursynth/default.nix @@ -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; |