From b89c975ca4a577b045ac4a11af85166e406a4932 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Tue, 28 Mar 2023 19:09:22 +0300 Subject: [PATCH] octave.pkgs.image-aquisition: mark as broken --- pkgs/development/octave-modules/image-acquisition/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/octave-modules/image-acquisition/default.nix b/pkgs/development/octave-modules/image-acquisition/default.nix index 08c4305999b..e1410fd8368 100644 --- a/pkgs/development/octave-modules/image-acquisition/default.nix +++ b/pkgs/development/octave-modules/image-acquisition/default.nix @@ -28,5 +28,7 @@ buildOctavePackage rec { The Octave-forge Image Aquisition package provides functions to capture images from connected devices. Currently only v4l2 is supported. ''; + # Got broke with octave 8.x update, and wasn't updated since 2015 + broken = true; }; }