Making links2 cross-build again

The bzip2 target binary was breaking the unpackPhase.
This commit is contained in:
Lluís Batlle i Rossell 2012-06-22 16:04:02 +02:00
parent 743cf1ec50
commit 18ac2b9ebc

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
++ stdenv.lib.optionals enableX11 [ libX11 libXau libXt ]
++ stdenv.lib.optional enableDirectFB [ directfb ];
buildNativeInputs = [ pkgconfig ];
buildNativeInputs = [ pkgconfig bzip2 ];
configureFlags = [ "--with-ssl" ]
++ stdenv.lib.optional (enableX11 || enableFB || enableDirectFB) "--enable-graphics"