lcdproc: Disable parallel build

https://hydra.nixos.org/build/63628044

+3 -1
+3 -1
pkgs/servers/monitoring/lcdproc/default.nix
··· 24 24 25 25 buildInputs = [ freetype libX11 libftdi libusb libusb1 ncurses ]; 26 26 nativeBuildInputs = [ autoreconfHook doxygen makeWrapper pkgconfig ]; 27 - enableParallelBuilding = true; 27 + 28 + # In 0.5.9: gcc: error: libbignum.a: No such file or directory 29 + enableParallelBuilding = false; 28 30 29 31 postFixup = '' 30 32 for f in $out/bin/*.pl ; do