summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorxeji <xeji@cat3.de>2018-03-08 13:02:13 +0100
committerxeji <xeji@cat3.de>2018-03-08 13:02:13 +0100
commitfc1ae833334e500ee0367e312884c1b92bd29519 (patch)
tree5c3131999a78add18c80a027c5960ffc05182a63 /pkgs
parentb778e99fc38ccaacb4b6d05db9533f46f0e0f891 (diff)
downloadnixlib-fc1ae833334e500ee0367e312884c1b92bd29519.tar
nixlib-fc1ae833334e500ee0367e312884c1b92bd29519.tar.gz
nixlib-fc1ae833334e500ee0367e312884c1b92bd29519.tar.bz2
nixlib-fc1ae833334e500ee0367e312884c1b92bd29519.tar.lz
nixlib-fc1ae833334e500ee0367e312884c1b92bd29519.tar.xz
nixlib-fc1ae833334e500ee0367e312884c1b92bd29519.tar.zst
nixlib-fc1ae833334e500ee0367e312884c1b92bd29519.zip
xtreemfs: build with boost165
doesn't build with boost166 due to API changes
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index b83424eabbad..6540e949e5a4 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -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 {};