forked from mirrors/nixpkgs
kicad: disable parallel building, as it often fails
CC @viric.
This commit is contained in:
parent
9b7ecb76f3
commit
5559d4d47e
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||
sed -i -e 's,/usr/local/kicad,'$out,g common/gestfich.cpp
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
#enableParallelBuilding = true; # often fails on Hydra: fatal error: pcb_plot_params_lexer.h: No such file or directory
|
||||
|
||||
buildInputs = [ cmake mesa wxGTK zlib libX11 gettext ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue