Fixing how bzip2 is passed to nixCustom

svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33489
This commit is contained in:
Michael Raskin 2012-03-30 10:18:25 +00:00
parent 6eb45d767f
commit a6b434974b

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation {
inherit src;
buildInputs = [perl curl openssl]
buildInputs = [perl curl openssl bzip2 ]
++ (if automake != null then [automake] else [])
++ (if autoconf != null then [autoconf] else [])
++ (if libtool != null then [libtool] else [])