ceph: Boost 1.58 compat
This commit is contained in:
parent
7fe69244af
commit
8420f5c483
@ -12,5 +12,6 @@ callPackage ./generic.nix (args // rec {
|
||||
patches = [
|
||||
./0001-Cleanup-boost-optionals.patch
|
||||
./fix-pgrefdebugging.patch
|
||||
./boost-158.patch
|
||||
];
|
||||
})
|
||||
|
@ -9,5 +9,8 @@ callPackage ./generic.nix (args // rec {
|
||||
sha256 = "1nhqzmxv7bz93b8rbd88wgmw9icm2lhmc94dfscgh23kfpipyd6l";
|
||||
};
|
||||
|
||||
patches = [ ./fix-pgrefdebugging.patch ];
|
||||
patches = [
|
||||
./fix-pgrefdebugging.patch
|
||||
./boost-158.patch
|
||||
];
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user