We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent a09358f commit e53e9a2Copy full SHA for e53e9a2
pkgs/servers/monitoring/lcdproc/default.nix
@@ -24,7 +24,9 @@ stdenv.mkDerivation rec {
24
25
buildInputs = [ freetype libX11 libftdi libusb libusb1 ncurses ];
26
nativeBuildInputs = [ autoreconfHook doxygen makeWrapper pkgconfig ];
27
- enableParallelBuilding = true;
+
28
+ # In 0.5.9: gcc: error: libbignum.a: No such file or directory
29
+ enableParallelBuilding = false;
30
31
postFixup = ''
32
for f in $out/bin/*.pl ; do
0 commit comments