Skip to content

Commit

Permalink
lcdproc: Disable parallel build
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Nov 6, 2017
1 parent a09358f commit e53e9a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/servers/monitoring/lcdproc/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit e53e9a2

Please sign in to comment.