From 12223d620285c5307566703ba65621a2c3b7db7f Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Mon, 25 Jun 2012 12:04:25 +0200 Subject: [PATCH] Add bzip2 to buildInputs. --- release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.nix b/release.nix index 73a89ad0..a79a62a4 100644 --- a/release.nix +++ b/release.nix @@ -56,7 +56,7 @@ rec { configureFlags = "--with-nix=${nix}"; buildInputs = - [ perl makeWrapper libtool nix unzip nukeReferences pkgconfig boehmgc sqlite git gitAndTools.topGit mercurial subversion bazaar openssl ] + [ perl makeWrapper libtool nix unzip nukeReferences pkgconfig boehmgc sqlite git gitAndTools.topGit mercurial subversion bazaar openssl bzip2 ] ++ (import ./deps.nix) { inherit pkgs; }; hydraPath = stdenv.lib.concatStringsSep ":" (map (p: "${p}/bin") ( [