Commit b89c975c authored by Doron Behar's avatar Doron Behar
Browse files

octave.pkgs.image-aquisition: mark as broken

parent 73b6b55a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
  };
}