mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 22:57:42 +03:00
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 { };
|
||||
|
||||
xtreemfs = callPackage ../tools/filesystems/xtreemfs {};
|
||||
xtreemfs = callPackage ../tools/filesystems/xtreemfs {
|
||||
boost = boost165;
|
||||
};
|
||||
|
||||
xurls = callPackage ../tools/text/xurls {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user