about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-05-02 10:57:35 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-05-02 10:58:10 -0500
commit5c0512aca04dfe04e8188704b66efafd1e0679ff (patch)
tree8bc9c91fd9893513c78cefb1ce8b3aa3baacf46e /pkgs
parent8882805b07c0d71dfd7232cafea875fa6fb3751f (diff)
downloadnixlib-5c0512aca04dfe04e8188704b66efafd1e0679ff.tar
nixlib-5c0512aca04dfe04e8188704b66efafd1e0679ff.tar.gz
nixlib-5c0512aca04dfe04e8188704b66efafd1e0679ff.tar.bz2
nixlib-5c0512aca04dfe04e8188704b66efafd1e0679ff.tar.lz
nixlib-5c0512aca04dfe04e8188704b66efafd1e0679ff.tar.xz
nixlib-5c0512aca04dfe04e8188704b66efafd1e0679ff.tar.zst
nixlib-5c0512aca04dfe04e8188704b66efafd1e0679ff.zip
ceph: add zlib to buildInputs
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/filesystems/ceph/generic.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/ceph/generic.nix b/pkgs/tools/filesystems/ceph/generic.nix
index 825d14c9fb17..36baee6b99d5 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