ceph: fix build

This commit is contained in:
Jonathan Ringer
2020-06-23 16:09:22 -07:00
committed by Jon
parent 893d924d53
commit 5889e6941e
+1 -1
View File
@@ -2482,7 +2482,7 @@ in
libceph = ceph.lib;
inherit (callPackages ../tools/filesystems/ceph {
boost = boost167.override { enablePython = true; python = python37; };
boost = boost16x.override { enablePython = true; python = python38; };
})
ceph
ceph-client;