Skip to content

Commit e53e9a2

Browse files
committedNov 6, 2017
lcdproc: Disable parallel build
https://hydra.nixos.org/build/63628044 (cherry picked from commit 5d5eb6a)
1 parent a09358f commit e53e9a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎pkgs/servers/monitoring/lcdproc/default.nix

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ stdenv.mkDerivation rec {
2424

2525
buildInputs = [ freetype libX11 libftdi libusb libusb1 ncurses ];
2626
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;
2830

2931
postFixup = ''
3032
for f in $out/bin/*.pl ; do

0 commit comments

Comments
 (0)
Please sign in to comment.