tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
octave.pkgs.parallel: mark as broken
Doron Behar
2 years ago
ffbdb8b3
5390b407
+6
1 changed file
expand all
collapse all
unified
split
pkgs
development
octave-modules
parallel
default.nix
+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
17
+
patches = [
18
18
+
../database/c_verror.patch
19
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
38
+
# Although upstream has added an identical patch to that of ../database, it
39
39
+
# still won't build with octave>8.1
40
40
+
broken = true;
35
41
};
36
42
}