xtreemfs: build with boost165
doesn't build with boost166 due to API changes
This commit is contained in:
parent
b778e99fc3
commit
fc1ae83333
@ -5582,7 +5582,9 @@ with pkgs;
|
|||||||
|
|
||||||
xsv = callPackage ../tools/text/xsv { };
|
xsv = callPackage ../tools/text/xsv { };
|
||||||
|
|
||||||
xtreemfs = callPackage ../tools/filesystems/xtreemfs {};
|
xtreemfs = callPackage ../tools/filesystems/xtreemfs {
|
||||||
|
boost = boost165;
|
||||||
|
};
|
||||||
|
|
||||||
xurls = callPackage ../tools/text/xurls {};
|
xurls = callPackage ../tools/text/xurls {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user