mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Fixing how bzip2 is passed to nixCustom
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33489
This commit is contained in:
parent
6eb45d767f
commit
a6b434974b
@ -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 [])
|
||||
|
Loading…
Reference in New Issue
Block a user