ceph: fix build

This commit is contained in:
Jonathan Ringer 2020-06-22 18:03:41 -07:00 committed by Jon
parent 893d924d53
commit 5889e6941e
1 changed files with 1 additions and 1 deletions

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;