lcdproc: Disable parallel build

https://hydra.nixos.org/build/63628044
wip/yesman
Tuomas Tynkkynen 7 years ago
parent e734ecb1e8
commit 5d5eb6aba4
  1. 4
      pkgs/servers/monitoring/lcdproc/default.nix

@ -24,7 +24,9 @@ stdenv.mkDerivation rec {
buildInputs = [ freetype libX11 libftdi libusb libusb1 ncurses ];
nativeBuildInputs = [ autoreconfHook doxygen makeWrapper pkgconfig ];
enableParallelBuilding = true;
# In 0.5.9: gcc: error: libbignum.a: No such file or directory
enableParallelBuilding = false;
postFixup = ''
for f in $out/bin/*.pl ; do

Loading…
Cancel
Save