From e4e04dd1235f105a7f94a65bc41df4ec47cf9716 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Wed, 16 Mar 2011 09:31:44 +0000 Subject: [PATCH] add sqlite to buildinputs --- release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.nix b/release.nix index cdaff711..19d6d7c2 100644 --- a/release.nix +++ b/release.nix @@ -52,7 +52,7 @@ rec { configureFlags = "--with-nix=${nix}"; buildInputs = - [ perl makeWrapper libtool nix unzip nukeReferences pkgconfig boehmgc ] + [ perl makeWrapper libtool nix unzip nukeReferences pkgconfig boehmgc sqlite] ++ (import ./deps.nix) { inherit pkgs; }; hydraPath = stdenv.lib.concatStringsSep ":" (map (p: "${p}/bin") ( [