···2323 # corrected to have a %s format specifier. However, logic_error() also
2424 # exists, (a simple regex also matches that), but logic_error() doesn't
2525 # 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 directory
5555- broken = stdenv.isDarwin;
5454+ # Got broke with octave 8.x update, and wasn't updated since 2019
5555+ broken = true;
5656 };
5757}