diff --git a/pkgs/tools/package-management/nix/custom.nix b/pkgs/tools/package-management/nix/custom.nix index 5b1569291e1f..b760e4b7f4de 100644 --- a/pkgs/tools/package-management/nix/custom.nix +++ b/pkgs/tools/package-management/nix/custom.nix @@ -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 [])