From 5c0512aca04dfe04e8188704b66efafd1e0679ff Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Sat, 2 May 2015 10:57:35 -0500 Subject: [PATCH] ceph: add zlib to buildInputs --- pkgs/tools/filesystems/ceph/generic.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/filesystems/ceph/generic.nix b/pkgs/tools/filesystems/ceph/generic.nix index 825d14c9fb1..36baee6b99d 100644 --- a/pkgs/tools/filesystems/ceph/generic.nix +++ b/pkgs/tools/filesystems/ceph/generic.nix @@ -1,5 +1,5 @@ { stdenv, autoconf, automake, makeWrapper, pkgconfig, libtool, which -, boost, python, pythonPackages, libxml2, git +, boost, python, pythonPackages, libxml2, git, zlib # Optional Dependencies , snappy ? null, leveldb ? null, yasm ? null, fcgi ? null, expat ? null @@ -78,7 +78,7 @@ stdenv.mkDerivation { nativeBuildInputs = [ autoconf automake makeWrapper pkgconfig libtool which ]; buildInputs = buildInputs ++ cryptoLibsMap.${cryptoStr} ++ [ - boost python libxml2 yasm libatomic_ops libs3 malloc pythonPackages.flask + boost python libxml2 yasm libatomic_ops libs3 malloc pythonPackages.flask zlib ] ++ optional (versionAtLeast version "0.95") [ git # Used for the gitversion string pythonPackages.sphinx # Used for docs