octavePackages.video: Mark broken on Darwin

main
OPNA2608 2 years ago
parent fe5e896f47
commit a1dc23c17f
  1. 3
      pkgs/development/octave-modules/video/default.nix

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

Loading…
Cancel
Save