Fixing Redstore build

svn path=/nixpkgs/trunk/; revision=28158
This commit is contained in:
Michael Raskin 2011-08-04 17:42:45 +00:00
parent e3a809a9bb
commit 9671e806af

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, redland, pkgconfig, gmp }:
{ stdenv, fetchurl, redland, pkgconfig, gmp, zlib }:
stdenv.mkDerivation rec {
name = "redstore-0.4";
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "1fs54v0d0kkqaz9ajacabb8wifrglvg6kkhd5b0mxmnng352wpp7";
};
buildInputs = [ gmp pkgconfig redland ];
buildInputs = [ gmp pkgconfig redland zlib ];
meta = {
description = "An HTTP interface to Redland RDF store";