From a6b434974b9ec711ab6f37ac1c3ebfd3b517adb2 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Fri, 30 Mar 2012 10:18:25 +0000 Subject: [PATCH] Fixing how bzip2 is passed to nixCustom svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33489 --- pkgs/tools/package-management/nix/custom.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/package-management/nix/custom.nix b/pkgs/tools/package-management/nix/custom.nix index 5b1569291e1..b760e4b7f4d 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 [])