lol

octave.pkgs.parallel: mark as broken

+6
+6
pkgs/development/octave-modules/parallel/default.nix
··· 14 14 url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz"; 15 15 sha256 = "1h8vw2r42393px6dk10y3lhpxl168r9d197f9whz6lbk2rg571pa"; 16 16 }; 17 + patches = [ 18 + ../database/c_verror.patch 19 + ]; 17 20 18 21 nativeBuildInputs = [ 19 22 pkg-config ··· 32 35 license = licenses.gpl3Plus; 33 36 maintainers = with maintainers; [ KarlJoad ]; 34 37 description = "Parallel execution package"; 38 + # Although upstream has added an identical patch to that of ../database, it 39 + # still won't build with octave>8.1 40 + broken = true; 35 41 }; 36 42 }