ceph: Boost 1.58 compat

This commit is contained in:
William A. Kennington III 2015-07-17 20:39:12 -07:00
parent 7fe69244af
commit 8420f5c483
2 changed files with 5 additions and 1 deletions

View File

@ -12,5 +12,6 @@ callPackage ./generic.nix (args // rec {
patches = [
./0001-Cleanup-boost-optionals.patch
./fix-pgrefdebugging.patch
./boost-158.patch
];
})

View File

@ -9,5 +9,8 @@ callPackage ./generic.nix (args // rec {
sha256 = "1nhqzmxv7bz93b8rbd88wgmw9icm2lhmc94dfscgh23kfpipyd6l";
};
patches = [ ./fix-pgrefdebugging.patch ];
patches = [
./fix-pgrefdebugging.patch
./boost-158.patch
];
})