···2828 The Octave-forge Image Aquisition package provides functions to2929 capture images from connected devices. Currently only v4l2 is supported.3030 '';3131+ # Got broke with octave 8.x update, and wasn't updated since 20153232+ broken = true;3133 };3234}
···2323 # corrected to have a %s format specifier. However, logic_error() also2424 # exists, (a simple regex also matches that), but logic_error() doesn't2525 # require a format specifier. So, this regex was born to handle that...2626- patchPhase = ''2626+ postPatch = ''2727 substituteInPlace build.sh --replace "level-set-0.3.1" "${pname}-${version}" \2828 --replace "\`pwd\`" '/build'2929 sed -i -E 's#[^[:graph:]]error \(# error \(\"%s\", #g' src/*.cpp···5151 license = licenses.gpl3Plus;5252 maintainers = with maintainers; [ KarlJoad ];5353 description = "Routines for calculating the time-evolution of the level-set equation and extracting geometric information from the level-set function";5454- # /build/level-set-2019-04-13.tar.gz: Cannot open: No such file or directory5555- broken = stdenv.isDarwin;5454+ # Got broke with octave 8.x update, and wasn't updated since 20195555+ broken = true;5656 };5757}
···2222 license = licenses.gpl3Plus;2323 maintainers = with maintainers; [ KarlJoad ];2424 description = "Interface to the librsb package implementing the RSB sparse matrix format for fast shared-memory sparse matrix computations";2525+ # Broken since octave>8.x2626+ broken = true;2527 };2628}
+2-2
pkgs/development/octave-modules/stk/default.nix
···5566buildOctavePackage rec {77 pname = "stk";88- version = "2.7.0";88+ version = "2.8.0";991010 src = fetchurl {1111 url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";1212- sha256 = "sha256-vIf+XDLvLNOMwptFCgiqfl+o3PIQ+KLpsJhOArd7gMM=";1212+ sha256 = "sha256-dgxpw2L7e9o/zimsLPoqW7dEihrrNsks62XtuXt4zTI=";1313 };14141515 meta = with lib; {