ceph: 0.85 -> 0.86

This commit is contained in:
William A. Kennington III 2014-10-07 18:13:22 -07:00
parent 43a5282d08
commit d6e5c6ddea

View file

@ -14,18 +14,15 @@ let
in
stdenv.mkDerivation rec {
name="ceph-${version}";
version="0.85";
version="0.86";
src = fetchgit {
url = "git://github.com/ceph/ceph.git";
rev = "refs/tags/v0.85";
rev = "refs/tags/v${version}";
sha256 = "0g98cgrs3gfsc8azg3k0n61bgna2w906qm69j4qbjkb61l83ld1z";
};
patches = [
./0001-Cleanup-boost-optionals.patch # Remove in 0.86
./0001-Makefile-env-Don-t-force-sbin.patch
];
patches = [ ./0001-Makefile-env-Don-t-force-sbin.patch ];
nativeBuildInputs = [ autoconf automake makeWrapper pkgconfig libtool which ];
buildInputs = [