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