mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
parent
e734ecb1e8
commit
5d5eb6aba4
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue