Skip to content

Commit

Permalink
Merge #36518: xtreemfs: build with boost165
Browse files Browse the repository at this point in the history
(cherry picked from commit d2d07a0)
It didn't build.
  • Loading branch information
vcunat committed Mar 9, 2018
1 parent b8ec973 commit 77e99aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -5585,7 +5585,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 {};

Expand Down

0 comments on commit 77e99aa

Please sign in to comment.