mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Fixing Redstore build
svn path=/nixpkgs/trunk/; revision=28158
This commit is contained in:
parent
e3a809a9bb
commit
9671e806af
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue