ceph: More refactoring
This commit is contained in:
parent
05d7fb2054
commit
fe69e24330
2 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, autoconf, automake, makeWrapper, pkgconfig, libtool, which
|
||||
, boost, python, pythonPackages, libxml2
|
||||
, boost, python, pythonPackages, libxml2, git
|
||||
|
||||
# Optional Dependencies
|
||||
, snappy ? null, leveldb ? null, yasm ? null, fcgi ? null, expat ? null
|
||||
|
@ -80,7 +80,8 @@ stdenv.mkDerivation {
|
|||
buildInputs = buildInputs ++ cryptoLibsMap.${cryptoStr} ++ [
|
||||
boost python libxml2 yasm libatomic_ops libs3 malloc pythonPackages.flask
|
||||
] ++ optional (versionAtLeast version "0.95") [
|
||||
pythonPackages.sphinx
|
||||
git # Used for the gitversion string
|
||||
pythonPackages.sphinx # Used for docs
|
||||
] ++ optional stdenv.isLinux [
|
||||
linuxHeaders libuuid udev keyutils libaio libxfs zfs
|
||||
] ++ optional hasServer [
|
||||
|
|
|
@ -8,6 +8,4 @@ callPackage ./generic.nix (args // rec {
|
|||
rev = "89262abc53e324f3ef4d504473a4f1d6eb337c20";
|
||||
sha256 = "0d6hlk1nwgx9cdhvppggz6sbjc1jl8j26l9739qspw1sviac5lcb";
|
||||
};
|
||||
|
||||
buildInputs = [ git ];
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue