xtreemfs: build with boost165

doesn't build with boost166 due to API changes
This commit is contained in:
xeji 2018-03-08 13:02:13 +01:00
parent b778e99fc3
commit fc1ae83333

View file

@ -5582,7 +5582,9 @@ with pkgs;
xsv = callPackage ../tools/text/xsv { };
xtreemfs = callPackage ../tools/filesystems/xtreemfs {};
xtreemfs = callPackage ../tools/filesystems/xtreemfs {
boost = boost165;
};
xurls = callPackage ../tools/text/xurls {};