diff --git a/pkgs/tools/filesystems/ceph/generic.nix b/pkgs/tools/filesystems/ceph/generic.nix index 2ee8593ab7c..9aecc05b1ce 100644 --- a/pkgs/tools/filesystems/ceph/generic.nix +++ b/pkgs/tools/filesystems/ceph/generic.nix @@ -45,6 +45,7 @@ let hasRadosgw = fcgi != null && expat != null && curl != null && libedit != null; hasXio = (stdenv.isLinux || stdenv.isFreebsd) && + stdenv.lib.versionAtLeast version "0.94" && accelio != null && libibverbs != null && librdmacm != null; # Malloc implementation (can be jemalloc, tcmalloc or null)