octavePackages.video: Mark broken on Darwin

This commit is contained in:
OPNA2608 2021-12-26 23:41:25 +01:00
parent fe5e896f47
commit a1dc23c17f

View File

@ -1,4 +1,5 @@
{ buildOctavePackage
, stdenv
, lib
, fetchurl
, pkg-config
@ -27,5 +28,7 @@ buildOctavePackage rec {
license = with licenses; [ gpl3Plus bsd3 ];
maintainers = with maintainers; [ KarlJoad ];
description = "Wrapper for OpenCV's CvCapture_FFMPEG and CvVideoWriter_FFMPEG";
# error: declaration of 'panic' has a different language linkage
broken = stdenv.isDarwin;
};
}